Skip to content

Commit aed1d75

Browse files
chore(deps): bump github.com/google/go-containerregistry
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.20.2 to 0.20.3. - [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.2...v0.20.3) --- updated-dependencies: - dependency-name: github.com/google/go-containerregistry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e663f81 commit aed1d75

File tree

2 files changed

+61
-66
lines changed

2 files changed

+61
-66
lines changed

go.mod

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/anchore/stereoscope
22

33
go 1.22.9
4+
toolchain go1.23.6
45

56
require (
67
github.com/GoogleCloudPlatform/docker-credential-gcr v2.0.5+incompatible
@@ -19,7 +20,7 @@ require (
1920
github.com/gabriel-vasile/mimetype v1.4.8
2021
github.com/go-test/deep v1.0.8
2122
github.com/google/go-cmp v0.6.0
22-
github.com/google/go-containerregistry v0.20.2
23+
github.com/google/go-containerregistry v0.20.3
2324
github.com/hashicorp/go-multierror v1.1.1
2425
github.com/logrusorgru/aurora v2.0.3+incompatible
2526
github.com/mitchellh/go-homedir v1.1.0
@@ -59,15 +60,15 @@ require (
5960
github.com/containerd/continuity v0.4.2 // indirect
6061
github.com/containerd/fifo v1.1.0 // indirect
6162
github.com/containerd/log v0.1.0 // indirect
62-
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
63+
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect
6364
github.com/containerd/ttrpc v1.2.5 // indirect
6465
github.com/containerd/typeurl/v2 v2.1.1 // indirect
6566
github.com/davecgh/go-spew v1.1.1 // indirect
6667
github.com/distribution/reference v0.6.0 // indirect
6768
// docker/distribution for https://github.com/advisories/GHSA-qq97-vm5h-rrhg
68-
github.com/docker/distribution v2.8.2+incompatible // indirect
69-
github.com/docker/docker-credential-helpers v0.7.0 // indirect
70-
github.com/docker/go-connections v0.4.0
69+
github.com/docker/distribution v2.8.3+incompatible // indirect
70+
github.com/docker/docker-credential-helpers v0.8.2 // indirect
71+
github.com/docker/go-connections v0.5.0
7172
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
7273
github.com/docker/go-units v0.5.0 // indirect
7374
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -78,10 +79,9 @@ require (
7879
github.com/google/uuid v1.6.0 // indirect
7980
github.com/hashicorp/errwrap v1.1.0 // indirect
8081
github.com/jmespath/go-jmespath v0.4.0 // indirect
81-
github.com/klauspost/compress v1.17.9 // indirect
82-
github.com/kr/pretty v0.3.0 // indirect
83-
github.com/mattn/go-colorable v0.1.12 // indirect
84-
github.com/mattn/go-isatty v0.0.14 // indirect
82+
github.com/klauspost/compress v1.17.11 // indirect
83+
github.com/mattn/go-colorable v0.1.13 // indirect
84+
github.com/mattn/go-isatty v0.0.17 // indirect
8585
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
8686
github.com/moby/docker-image-spec v1.3.1 // indirect
8787
github.com/moby/locker v1.0.1 // indirect
@@ -101,12 +101,12 @@ require (
101101
github.com/stretchr/objx v0.5.2 // indirect
102102
github.com/therootcompany/xz v1.0.1 // indirect
103103
github.com/ulikunitz/xz v0.5.12 // indirect
104-
github.com/vbatts/tar-split v0.11.3 // indirect
104+
github.com/vbatts/tar-split v0.11.6 // indirect
105105
go.opencensus.io v0.24.0 // indirect
106-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
107-
go.opentelemetry.io/otel v1.29.0 // indirect
108-
go.opentelemetry.io/otel/metric v1.29.0 // indirect
109-
go.opentelemetry.io/otel/trace v1.29.0 // indirect
106+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
107+
go.opentelemetry.io/otel v1.33.0 // indirect
108+
go.opentelemetry.io/otel/metric v1.33.0 // indirect
109+
go.opentelemetry.io/otel/trace v1.33.0 // indirect
110110
golang.org/x/net v0.33.0 // indirect
111111
golang.org/x/oauth2 v0.25.0 // indirect
112112
golang.org/x/sync v0.10.0 // indirect
@@ -116,6 +116,8 @@ require (
116116
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
117117
google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect
118118
google.golang.org/grpc v1.67.3 // indirect
119-
google.golang.org/protobuf v1.36.1 // indirect
119+
google.golang.org/protobuf v1.36.3 // indirect
120120
gopkg.in/yaml.v3 v3.0.1 // indirect
121121
)
122+
123+
require go.opentelemetry.io/auto/sdk v1.1.0 // indirect

0 commit comments

Comments
 (0)