Skip to content

Commit 5b2eba1

Browse files
dependabot[bot]tekton-robot
authored andcommitted
build(deps): bump github.com/google/go-containerregistry
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.20.5 to 0.20.6. - [Release notes](https://github.com/google/go-containerregistry/releases) - [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml) - [Commits](google/go-containerregistry@v0.20.5...v0.20.6) --- updated-dependencies: - dependency-name: github.com/google/go-containerregistry dependency-version: 0.20.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8d4ae4b commit 5b2eba1

File tree

54 files changed

+950
-585
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+950
-585
lines changed

go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/ahmetb/gen-crd-api-reference-docs v0.3.1-0.20220720053627-e327d0730470 // Waiting for https://github.com/ahmetb/gen-crd-api-reference-docs/pull/43/files to merge
88
github.com/cloudevents/sdk-go/v2 v2.16.0
99
github.com/google/go-cmp v0.7.0
10-
github.com/google/go-containerregistry v0.20.5
10+
github.com/google/go-containerregistry v0.20.6
1111
github.com/google/uuid v1.6.0
1212
github.com/hashicorp/errwrap v1.1.0 // indirect
1313
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -58,7 +58,7 @@ require (
5858
cloud.google.com/go v0.120.0 // indirect
5959
cloud.google.com/go/auth v0.16.1 // indirect
6060
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
61-
cloud.google.com/go/compute/metadata v0.6.0 // indirect
61+
cloud.google.com/go/compute/metadata v0.7.0 // indirect
6262
cloud.google.com/go/iam v1.5.0 // indirect
6363
cloud.google.com/go/kms v1.21.2 // indirect
6464
cloud.google.com/go/longrunning v0.6.6 // indirect
@@ -115,7 +115,7 @@ require (
115115
github.com/zeebo/errs v1.4.0 // indirect
116116
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
117117
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect
118-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
118+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
119119
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36.0 // indirect
120120
go.opentelemetry.io/otel/metric v1.36.0 // indirect
121121
go.opentelemetry.io/proto/otlp v1.6.0 // indirect
@@ -167,13 +167,13 @@ require (
167167
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect
168168
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
169169
github.com/dimchansky/utfbom v1.1.1 // indirect
170-
github.com/docker/cli v28.1.1+incompatible // indirect
170+
github.com/docker/cli v28.2.2+incompatible // indirect
171171
github.com/docker/distribution v2.8.3+incompatible // indirect
172172
github.com/docker/docker-credential-helpers v0.9.3 // indirect
173173
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
174174
github.com/go-kit/log v0.2.1 // indirect
175175
github.com/go-logfmt/logfmt v0.5.1 // indirect
176-
github.com/go-logr/logr v1.4.2 // indirect
176+
github.com/go-logr/logr v1.4.3 // indirect
177177
github.com/go-openapi/jsonpointer v0.21.0 // indirect
178178
github.com/go-openapi/jsonreference v0.21.0 // indirect
179179
github.com/go-openapi/swag v0.23.0 // indirect
@@ -212,15 +212,15 @@ require (
212212
github.com/vbatts/tar-split v0.12.1 // indirect
213213
go.uber.org/automaxprocs v1.6.0 // indirect
214214
go.uber.org/multierr v1.11.0 // indirect
215-
golang.org/x/crypto v0.38.0 // indirect
216-
golang.org/x/mod v0.24.0 // indirect
217-
golang.org/x/net v0.40.0 // indirect
215+
golang.org/x/crypto v0.39.0 // indirect
216+
golang.org/x/mod v0.25.0 // indirect
217+
golang.org/x/net v0.41.0 // indirect
218218
golang.org/x/sync v0.15.0
219219
golang.org/x/sys v0.33.0 // indirect
220220
golang.org/x/term v0.32.0 // indirect
221-
golang.org/x/text v0.25.0 // indirect
221+
golang.org/x/text v0.26.0 // indirect
222222
golang.org/x/time v0.11.0 // indirect
223-
golang.org/x/tools v0.33.0 // indirect
223+
golang.org/x/tools v0.34.0 // indirect
224224
google.golang.org/api v0.233.0 // indirect
225225
google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb // indirect
226226
google.golang.org/grpc v1.73.0

go.sum

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/compute/metadata/CHANGES.md

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)