Skip to content

Commit 4ff62ef

Browse files
build(deps): bump the go-deps group across 1 directory with 7 updates
Bumps the go-deps group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | `7.0.87` | `7.0.91` | | [github.com/notaryproject/notation-core-go](https://github.com/notaryproject/notation-core-go) | `1.2.0` | `1.3.0` | | [github.com/notaryproject/notation-go](https://github.com/notaryproject/notation-go) | `1.3.0` | `1.3.2` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.36.2` | `1.37.0` | | [github.com/ory/dockertest/v3](https://github.com/ory/dockertest) | `3.11.0` | `3.12.0` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.21.0` | `1.22.0` | | [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore) | `1.8.15` | `1.9.3` | Updates `github.com/minio/minio-go/v7` from 7.0.87 to 7.0.91 - [Release notes](https://github.com/minio/minio-go/releases) - [Commits](minio/minio-go@v7.0.87...v7.0.91) Updates `github.com/notaryproject/notation-core-go` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/notaryproject/notation-core-go/releases) - [Commits](notaryproject/notation-core-go@v1.2.0...v1.3.0) Updates `github.com/notaryproject/notation-go` from 1.3.0 to 1.3.2 - [Release notes](https://github.com/notaryproject/notation-go/releases) - [Changelog](https://github.com/notaryproject/notation-go/blob/main/RELEASE_CHECKLIST.md) - [Commits](notaryproject/notation-go@v1.3.0...v1.3.2) Updates `github.com/onsi/gomega` from 1.36.2 to 1.37.0 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.36.2...v1.37.0) Updates `github.com/ory/dockertest/v3` from 3.11.0 to 3.12.0 - [Release notes](https://github.com/ory/dockertest/releases) - [Commits](ory/dockertest@v3.11.0...v3.12.0) Updates `github.com/prometheus/client_golang` from 1.21.0 to 1.22.0 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.21.0...v1.22.0) Updates `github.com/sigstore/sigstore` from 1.8.15 to 1.9.3 - [Release notes](https://github.com/sigstore/sigstore/releases) - [Commits](sigstore/sigstore@v1.8.15...v1.9.3) --- updated-dependencies: - dependency-name: github.com/minio/minio-go/v7 dependency-version: 7.0.91 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: github.com/notaryproject/notation-core-go dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/notaryproject/notation-go dependency-version: 1.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: github.com/onsi/gomega dependency-version: 1.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/ory/dockertest/v3 dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/prometheus/client_golang dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/sigstore/sigstore dependency-version: 1.9.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c703497 commit 4ff62ef

File tree

2 files changed

+53
-53
lines changed

2 files changed

+53
-53
lines changed

go.mod

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,19 @@ require (
4747
github.com/google/go-containerregistry v0.20.3
4848
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20241111191718-6bce25ecf029
4949
github.com/google/uuid v1.6.0
50-
github.com/minio/minio-go/v7 v7.0.87
51-
github.com/notaryproject/notation-core-go v1.2.0
52-
github.com/notaryproject/notation-go v1.3.0
53-
github.com/onsi/gomega v1.36.2
50+
github.com/minio/minio-go/v7 v7.0.91
51+
github.com/notaryproject/notation-core-go v1.3.0
52+
github.com/notaryproject/notation-go v1.3.2
53+
github.com/onsi/gomega v1.37.0
5454
github.com/opencontainers/go-digest v1.0.0
5555
github.com/opencontainers/go-digest/blake3 v0.0.0-20240426182413-22b78e47854a
56-
github.com/opencontainers/image-spec v1.1.0
57-
github.com/ory/dockertest/v3 v3.11.0
56+
github.com/opencontainers/image-spec v1.1.1
57+
github.com/ory/dockertest/v3 v3.12.0
5858
github.com/otiai10/copy v1.14.1
5959
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
60-
github.com/prometheus/client_golang v1.21.0
60+
github.com/prometheus/client_golang v1.22.0
6161
github.com/sigstore/cosign/v2 v2.4.1
62-
github.com/sigstore/sigstore v1.8.15
62+
github.com/sigstore/sigstore v1.9.3
6363
github.com/sirupsen/logrus v1.9.3
6464
github.com/spf13/pflag v1.0.6
6565
golang.org/x/crypto v0.37.0
@@ -159,12 +159,12 @@ require (
159159
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
160160
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
161161
github.com/containerd/containerd v1.7.24 // indirect
162-
github.com/containerd/continuity v0.4.3 // indirect
162+
github.com/containerd/continuity v0.4.5 // indirect
163163
github.com/containerd/errdefs v0.3.0 // indirect
164164
github.com/containerd/log v0.1.0 // indirect
165165
github.com/containerd/platforms v0.2.1 // indirect
166166
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect
167-
github.com/coreos/go-oidc/v3 v3.12.0 // indirect
167+
github.com/coreos/go-oidc/v3 v3.13.0 // indirect
168168
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
169169
github.com/cyberphone/json-canonicalization v0.0.0-20231011164504-785e29786b46 // indirect
170170
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
@@ -192,15 +192,15 @@ require (
192192
github.com/fluxcd/gitkit v0.6.0 // indirect
193193
github.com/fluxcd/pkg/apis/acl v0.6.0 // indirect
194194
github.com/fsnotify/fsnotify v1.8.0 // indirect
195-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
195+
github.com/fxamacker/cbor/v2 v2.8.0 // indirect
196196
github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect
197197
github.com/go-chi/chi v4.1.2+incompatible // indirect
198198
github.com/go-errors/errors v1.5.1 // indirect
199199
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
200200
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
201201
github.com/go-ini/ini v1.67.0 // indirect
202202
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
203-
github.com/go-jose/go-jose/v4 v4.0.4 // indirect
203+
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
204204
github.com/go-ldap/ldap/v3 v3.4.10 // indirect
205205
github.com/go-logr/stdr v1.2.2 // indirect
206206
github.com/go-logr/zapr v1.3.0 // indirect
@@ -220,7 +220,7 @@ require (
220220
github.com/goccy/go-json v0.10.5 // indirect
221221
github.com/gofrs/uuid v4.4.0+incompatible // indirect
222222
github.com/gogo/protobuf v1.3.2 // indirect
223-
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
223+
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
224224
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
225225
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
226226
github.com/golang/protobuf v1.5.4 // indirect
@@ -261,8 +261,8 @@ require (
261261
github.com/josharian/intern v1.0.0 // indirect
262262
github.com/json-iterator/go v1.1.12 // indirect
263263
github.com/kevinburke/ssh_config v1.2.0 // indirect
264-
github.com/klauspost/compress v1.17.11 // indirect
265-
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
264+
github.com/klauspost/compress v1.18.0 // indirect
265+
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
266266
github.com/kylelemons/godebug v1.1.0 // indirect
267267
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
268268
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
@@ -328,7 +328,7 @@ require (
328328
github.com/shibumi/go-pathspec v1.3.0 // indirect
329329
github.com/shopspring/decimal v1.4.0 // indirect
330330
github.com/sigstore/fulcio v1.6.3 // indirect
331-
github.com/sigstore/protobuf-specs v0.4.0 // indirect
331+
github.com/sigstore/protobuf-specs v0.4.1 // indirect
332332
github.com/sigstore/rekor v1.3.6 // indirect
333333
github.com/sigstore/timestamp-authority v1.2.2 // indirect
334334
github.com/skeema/knownhosts v1.3.1 // indirect
@@ -401,7 +401,7 @@ require (
401401
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
402402
google.golang.org/grpc v1.68.1 // indirect
403403
google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a // indirect
404-
google.golang.org/protobuf v1.36.4 // indirect
404+
google.golang.org/protobuf v1.36.6 // indirect
405405
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
406406
gopkg.in/inf.v0 v0.9.1 // indirect
407407
gopkg.in/ini.v1 v1.67.0 // indirect

0 commit comments

Comments
 (0)