Skip to content

Commit f5296d5

Browse files
Update module github.com/google/go-containerregistry to v0.20.3
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 8ade5cf commit f5296d5

File tree

2 files changed

+71
-64
lines changed

2 files changed

+71
-64
lines changed

go.mod

+25-22
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/sigstore/cosign/v2
22

3-
go 1.22.7
3+
go 1.23.0
4+
5+
toolchain go1.23.7
46

57
require (
68
cuelang.org/go v0.9.2
@@ -18,7 +20,7 @@ require (
1820
github.com/go-piv/piv-go v1.11.0
1921
github.com/google/certificate-transparency-go v1.2.1
2022
github.com/google/go-cmp v0.6.0
21-
github.com/google/go-containerregistry v0.20.2
23+
github.com/google/go-containerregistry v0.20.3
2224
github.com/google/go-github/v55 v55.0.0
2325
github.com/in-toto/in-toto-golang v0.9.0
2426
github.com/kelseyhightower/envconfig v1.4.0
@@ -45,17 +47,17 @@ require (
4547
github.com/spf13/pflag v1.0.5
4648
github.com/spf13/viper v1.19.0
4749
github.com/spiffe/go-spiffe/v2 v2.3.0
48-
github.com/stretchr/testify v1.9.0
50+
github.com/stretchr/testify v1.10.0
4951
github.com/transparency-dev/merkle v0.0.2
5052
github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1
5153
github.com/xanzy/go-gitlab v0.109.0
5254
go.step.sm/crypto v0.51.1
53-
golang.org/x/crypto v0.31.0
54-
golang.org/x/oauth2 v0.24.0
55+
golang.org/x/crypto v0.32.0
56+
golang.org/x/oauth2 v0.25.0
5557
golang.org/x/sync v0.10.0
56-
golang.org/x/term v0.27.0
58+
golang.org/x/term v0.28.0
5759
google.golang.org/api v0.214.0
58-
google.golang.org/protobuf v1.35.2
60+
google.golang.org/protobuf v1.36.3
5961
k8s.io/api v0.28.3
6062
k8s.io/apimachinery v0.28.3
6163
k8s.io/client-go v0.28.3
@@ -135,15 +137,15 @@ require (
135137
github.com/cloudflare/circl v1.3.7 // indirect
136138
github.com/cockroachdb/apd/v3 v3.2.1 // indirect
137139
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
138-
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
140+
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect
139141
github.com/coreos/go-oidc/v3 v3.11.0 // indirect
140-
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
142+
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
141143
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
142144
github.com/digitorus/pkcs7 v0.0.0-20230818184609-3a137a874352 // indirect
143145
github.com/dimchansky/utfbom v1.1.1 // indirect
144-
github.com/docker/cli v27.1.1+incompatible // indirect
146+
github.com/docker/cli v27.5.0+incompatible // indirect
145147
github.com/docker/distribution v2.8.3+incompatible // indirect
146-
github.com/docker/docker-credential-helpers v0.8.0 // indirect
148+
github.com/docker/docker-credential-helpers v0.8.2 // indirect
147149
github.com/docker/go-units v0.5.0 // indirect
148150
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
149151
github.com/emicklei/proto v1.12.1 // indirect
@@ -196,7 +198,7 @@ require (
196198
github.com/jmespath/go-jmespath v0.4.0 // indirect
197199
github.com/josharian/intern v1.0.0 // indirect
198200
github.com/json-iterator/go v1.1.12 // indirect
199-
github.com/klauspost/compress v1.17.9 // indirect
201+
github.com/klauspost/compress v1.17.11 // indirect
200202
github.com/kylelemons/godebug v1.1.0 // indirect
201203
github.com/letsencrypt/boulder v0.0.0-20240620165639-de9c06129bec // indirect
202204
github.com/magiconair/properties v1.8.7 // indirect
@@ -221,7 +223,7 @@ require (
221223
github.com/prometheus/procfs v0.15.1 // indirect
222224
github.com/protocolbuffers/txtpbfmt v0.0.0-20231025115547-084445ff1adf // indirect
223225
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
224-
github.com/rogpeppe/go-internal v1.12.0 // indirect
226+
github.com/rogpeppe/go-internal v1.13.1 // indirect
225227
github.com/rs/cors v1.11.0 // indirect
226228
github.com/russross/blackfriday/v2 v2.1.0 // indirect
227229
github.com/ryanuber/go-glob v1.0.0 // indirect
@@ -244,27 +246,28 @@ require (
244246
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
245247
github.com/tjfoc/gmsm v1.4.1 // indirect
246248
github.com/urfave/negroni v1.0.0 // indirect
247-
github.com/vbatts/tar-split v0.11.5 // indirect
249+
github.com/vbatts/tar-split v0.11.6 // indirect
248250
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
249251
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
250252
github.com/yashtewari/glob-intersection v0.2.0 // indirect
251253
github.com/zeebo/errs v1.3.0 // indirect
252254
go.mongodb.org/mongo-driver v1.14.0 // indirect
255+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
253256
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.55.0 // indirect
254-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 // indirect
255-
go.opentelemetry.io/otel v1.30.0 // indirect
256-
go.opentelemetry.io/otel/metric v1.30.0 // indirect
257-
go.opentelemetry.io/otel/sdk v1.29.0 // indirect
258-
go.opentelemetry.io/otel/trace v1.30.0 // indirect
257+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
258+
go.opentelemetry.io/otel v1.33.0 // indirect
259+
go.opentelemetry.io/otel/metric v1.33.0 // indirect
260+
go.opentelemetry.io/otel/sdk v1.33.0 // indirect
261+
go.opentelemetry.io/otel/trace v1.33.0 // indirect
259262
go.uber.org/multierr v1.11.0 // indirect
260263
go.uber.org/zap v1.27.0 // indirect
261264
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
262265
golang.org/x/mod v0.22.0 // indirect
263-
golang.org/x/net v0.33.0 // indirect
264-
golang.org/x/sys v0.28.0 // indirect
266+
golang.org/x/net v0.34.0 // indirect
267+
golang.org/x/sys v0.29.0 // indirect
265268
golang.org/x/text v0.21.0 // indirect
266269
golang.org/x/time v0.8.0 // indirect
267-
golang.org/x/tools v0.27.0 // indirect
270+
golang.org/x/tools v0.29.0 // indirect
268271
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
269272
google.golang.org/genproto/googleapis/api v0.0.0-20241113202542-65e8d215514f // indirect
270273
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect

0 commit comments

Comments
 (0)