Skip to content

Commit 0e8d794

Browse files
build(deps): bump the go-deps group across 1 directory with 8 updates
Bumps the go-deps group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) | `3.2.1` | `3.3.0` | | [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | `7.0.75` | `7.0.76` | | [github.com/notaryproject/notation-core-go](https://github.com/notaryproject/notation-core-go) | `1.0.3` | `1.1.0` | | [github.com/notaryproject/notation-go](https://github.com/notaryproject/notation-go) | `1.1.1` | `1.2.0` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.34.1` | `1.34.2` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.20.0` | `1.20.2` | | [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore) | `1.8.8` | `1.8.9` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.190.0` | `0.196.0` | Updates `github.com/Masterminds/semver/v3` from 3.2.1 to 3.3.0 - [Release notes](https://github.com/Masterminds/semver/releases) - [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md) - [Commits](Masterminds/semver@v3.2.1...v3.3.0) Updates `github.com/minio/minio-go/v7` from 7.0.75 to 7.0.76 - [Release notes](https://github.com/minio/minio-go/releases) - [Commits](minio/minio-go@v7.0.75...v7.0.76) Updates `github.com/notaryproject/notation-core-go` from 1.0.3 to 1.1.0 - [Release notes](https://github.com/notaryproject/notation-core-go/releases) - [Commits](notaryproject/notation-core-go@v1.0.3...v1.1.0) Updates `github.com/notaryproject/notation-go` from 1.1.1 to 1.2.0 - [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.1.1...v1.2.0) Updates `github.com/onsi/gomega` from 1.34.1 to 1.34.2 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.34.1...v1.34.2) Updates `github.com/prometheus/client_golang` from 1.20.0 to 1.20.2 - [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.20.0...v1.20.2) Updates `github.com/sigstore/sigstore` from 1.8.8 to 1.8.9 - [Release notes](https://github.com/sigstore/sigstore/releases) - [Commits](sigstore/sigstore@v1.8.8...v1.8.9) Updates `google.golang.org/api` from 0.190.0 to 0.196.0 - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.190.0...v0.196.0) --- updated-dependencies: - dependency-name: github.com/Masterminds/semver/v3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/minio/minio-go/v7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: github.com/notaryproject/notation-core-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/notaryproject/notation-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: github.com/sigstore/sigstore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 53f7581 commit 0e8d794

File tree

2 files changed

+83
-82
lines changed

2 files changed

+83
-82
lines changed

go.mod

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ replace github.com/opencontainers/go-digest => github.com/opencontainers/go-dige
1010

1111
require (
1212
cloud.google.com/go/compute/metadata v0.5.0
13-
cloud.google.com/go/storage v1.41.0
13+
cloud.google.com/go/storage v1.43.0
1414
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
1515
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.13.0
1616
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0
1717
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.4.0
18-
github.com/Masterminds/semver/v3 v3.2.1
18+
github.com/Masterminds/semver/v3 v3.3.0
1919
github.com/cyphar/filepath-securejoin v0.3.1
2020
github.com/distribution/distribution/v3 v3.0.0-beta.1
2121
github.com/docker/cli v27.1.2+incompatible
@@ -45,25 +45,25 @@ require (
4545
github.com/google/go-containerregistry v0.20.2
4646
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20240313213035-8b3c3036d612
4747
github.com/google/uuid v1.6.0
48-
github.com/minio/minio-go/v7 v7.0.75
49-
github.com/notaryproject/notation-core-go v1.0.3
50-
github.com/notaryproject/notation-go v1.1.1
51-
github.com/onsi/gomega v1.34.1
48+
github.com/minio/minio-go/v7 v7.0.76
49+
github.com/notaryproject/notation-core-go v1.1.0
50+
github.com/notaryproject/notation-go v1.2.0
51+
github.com/onsi/gomega v1.34.2
5252
github.com/opencontainers/go-digest v1.0.0
5353
github.com/opencontainers/go-digest/blake3 v0.0.0-20231212064514-429d0316a3dd
5454
github.com/opencontainers/image-spec v1.1.0
5555
github.com/ory/dockertest/v3 v3.11.0
5656
github.com/otiai10/copy v1.14.0
5757
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
58-
github.com/prometheus/client_golang v1.20.0
58+
github.com/prometheus/client_golang v1.20.2
5959
github.com/sigstore/cosign/v2 v2.4.0
60-
github.com/sigstore/sigstore v1.8.8
60+
github.com/sigstore/sigstore v1.8.9
6161
github.com/sirupsen/logrus v1.9.3
6262
github.com/spf13/pflag v1.0.5
6363
golang.org/x/crypto v0.26.0
6464
golang.org/x/oauth2 v0.22.0
6565
golang.org/x/sync v0.8.0
66-
google.golang.org/api v0.190.0
66+
google.golang.org/api v0.196.0
6767
gotest.tools v2.2.0+incompatible
6868
helm.sh/helm/v3 v3.15.4
6969
k8s.io/api v0.31.0
@@ -76,10 +76,10 @@ require (
7676
)
7777

7878
require (
79-
cloud.google.com/go v0.115.0 // indirect
80-
cloud.google.com/go/auth v0.7.3 // indirect
81-
cloud.google.com/go/auth/oauth2adapt v0.2.3 // indirect
82-
cloud.google.com/go/iam v1.1.12 // indirect
79+
cloud.google.com/go v0.115.1 // indirect
80+
cloud.google.com/go/auth v0.9.3 // indirect
81+
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
82+
cloud.google.com/go/iam v1.2.0 // indirect
8383
dario.cat/mergo v1.0.0 // indirect
8484
filippo.io/edwards25519 v1.1.0 // indirect
8585
github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper v0.2.0 // indirect
@@ -224,7 +224,7 @@ require (
224224
github.com/google/gofuzz v1.2.0 // indirect
225225
github.com/google/s2a-go v0.1.8 // indirect
226226
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
227-
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
227+
github.com/googleapis/enterprise-certificate-proxy v0.3.3 // indirect
228228
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
229229
github.com/gorilla/handlers v1.5.2 // indirect
230230
github.com/gorilla/mux v1.8.1 // indirect
@@ -282,6 +282,7 @@ require (
282282
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
283283
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
284284
github.com/notaryproject/notation-plugin-framework-go v1.0.0 // indirect
285+
github.com/notaryproject/tspclient-go v0.2.0 // indirect
285286
github.com/nozzle/throttler v0.0.0-20180817012639-2ea982251481 // indirect
286287
github.com/oklog/ulid v1.3.1 // indirect
287288
github.com/oleiade/reflections v1.0.1 // indirect
@@ -300,7 +301,7 @@ require (
300301
github.com/redis/go-redis/extra/redisotel/v9 v9.0.5 // indirect
301302
github.com/redis/go-redis/v9 v9.5.1 // indirect
302303
github.com/rivo/uniseg v0.4.4 // indirect
303-
github.com/rs/xid v1.5.0 // indirect
304+
github.com/rs/xid v1.6.0 // indirect
304305
github.com/rubenv/sql-migrate v1.5.2 // indirect
305306
github.com/russross/blackfriday/v2 v2.1.0 // indirect
306307
github.com/sagikazarmark/locafero v0.4.0 // indirect
@@ -345,9 +346,9 @@ require (
345346
go.opencensus.io v0.24.0 // indirect
346347
go.opentelemetry.io/contrib/bridges/prometheus v0.53.0 // indirect
347348
go.opentelemetry.io/contrib/exporters/autoexport v0.53.0 // indirect
348-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 // indirect
349-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
350-
go.opentelemetry.io/otel v1.28.0 // indirect
349+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
350+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
351+
go.opentelemetry.io/otel v1.29.0 // indirect
351352
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.4.0 // indirect
352353
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.28.0 // indirect
353354
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.28.0 // indirect
@@ -359,11 +360,11 @@ require (
359360
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.28.0 // indirect
360361
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.28.0 // indirect
361362
go.opentelemetry.io/otel/log v0.4.0 // indirect
362-
go.opentelemetry.io/otel/metric v1.28.0 // indirect
363+
go.opentelemetry.io/otel/metric v1.29.0 // indirect
363364
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
364365
go.opentelemetry.io/otel/sdk/log v0.4.0 // indirect
365366
go.opentelemetry.io/otel/sdk/metric v1.28.0 // indirect
366-
go.opentelemetry.io/otel/trace v1.28.0 // indirect
367+
go.opentelemetry.io/otel/trace v1.29.0 // indirect
367368
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
368369
go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
369370
go.step.sm/crypto v0.51.1 // indirect
@@ -378,10 +379,10 @@ require (
378379
golang.org/x/time v0.6.0 // indirect
379380
golang.org/x/tools v0.24.0 // indirect
380381
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
381-
google.golang.org/genproto v0.0.0-20240730163845-b1a4ccb954bf // indirect
382-
google.golang.org/genproto/googleapis/api v0.0.0-20240725223205-93522f1f2a9f // indirect
383-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240730163845-b1a4ccb954bf // indirect
384-
google.golang.org/grpc v1.65.0 // indirect
382+
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
383+
google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed // indirect
384+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
385+
google.golang.org/grpc v1.66.0 // indirect
385386
google.golang.org/protobuf v1.34.2 // indirect
386387
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
387388
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)