11module github.com/anchore/stereoscope
22
33go 1.24.1
4+ toolchain go1.24.1
45
56require (
67 github.com/GoogleCloudPlatform/docker-credential-gcr v2.0.5+incompatible
@@ -20,7 +21,7 @@ require (
2021 github.com/gabriel-vasile/mimetype v1.4.8
2122 github.com/go-test/deep v1.0.8
2223 github.com/google/go-cmp v0.7.0
23- github.com/google/go-containerregistry v0.20.2
24+ github.com/google/go-containerregistry v0.20.3
2425 github.com/hashicorp/go-multierror v1.1.1
2526 github.com/logrusorgru/aurora v2.0.3+incompatible
2627 github.com/pelletier/go-toml v1.9.5
@@ -63,15 +64,15 @@ require (
6364 github.com/containerd/continuity v0.4.4 // indirect
6465 github.com/containerd/fifo v1.1.0 // indirect
6566 github.com/containerd/log v0.1.0 // indirect
66- github.com/containerd/stargz-snapshotter/estargz v0.14 .3 // indirect
67+ github.com/containerd/stargz-snapshotter/estargz v0.16 .3 // indirect
6768 github.com/containerd/ttrpc v1.2.7 // indirect
6869 github.com/containerd/typeurl/v2 v2.1.1 // indirect
6970 github.com/davecgh/go-spew v1.1.1 // indirect
7071 github.com/distribution/reference v0.6.0 // indirect
7172 // docker/distribution for https://github.com/advisories/GHSA-qq97-vm5h-rrhg
72- github.com/docker/distribution v2.8.2 +incompatible // indirect
73+ github.com/docker/distribution v2.8.3 +incompatible // indirect
7374 github.com/docker/docker-credential-helpers v0.8.2 // indirect
74- github.com/docker/go-connections v0.4 .0
75+ github.com/docker/go-connections v0.5 .0
7576 github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
7677 github.com/docker/go-units v0.5.0 // indirect
7778 github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -82,9 +83,8 @@ require (
8283 github.com/google/uuid v1.6.0 // indirect
8384 github.com/hashicorp/errwrap v1.1.0 // indirect
8485 github.com/klauspost/compress v1.18.0 // indirect
85- github.com/kr/pretty v0.3.0 // indirect
86- github.com/mattn/go-colorable v0.1.12 // indirect
87- github.com/mattn/go-isatty v0.0.14 // indirect
86+ github.com/mattn/go-colorable v0.1.13 // indirect
87+ github.com/mattn/go-isatty v0.0.17 // indirect
8888 github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
8989 github.com/mitchellh/go-homedir v1.1.0 // indirect
9090 github.com/moby/docker-image-spec v1.3.1 // indirect
@@ -105,12 +105,12 @@ require (
105105 github.com/stretchr/objx v0.5.2 // indirect
106106 github.com/therootcompany/xz v1.0.1 // indirect
107107 github.com/ulikunitz/xz v0.5.12 // indirect
108- github.com/vbatts/tar-split v0.11.3 // indirect
108+ github.com/vbatts/tar-split v0.11.6 // indirect
109109 go.opencensus.io v0.24.0 // indirect
110- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54 .0 // indirect
111- go.opentelemetry.io/otel v1.29 .0 // indirect
112- go.opentelemetry.io/otel/metric v1.29 .0 // indirect
113- go.opentelemetry.io/otel/trace v1.29 .0 // indirect
110+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58 .0 // indirect
111+ go.opentelemetry.io/otel v1.33 .0 // indirect
112+ go.opentelemetry.io/otel/metric v1.33 .0 // indirect
113+ go.opentelemetry.io/otel/trace v1.33 .0 // indirect
114114 golang.org/x/net v0.36.0 // indirect
115115 golang.org/x/oauth2 v0.25.0 // indirect
116116 golang.org/x/sync v0.12.0 // indirect
@@ -120,6 +120,8 @@ require (
120120 google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
121121 google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect
122122 google.golang.org/grpc v1.67.3 // indirect
123- google.golang.org/protobuf v1.36.1 // indirect
123+ google.golang.org/protobuf v1.36.3 // indirect
124124 gopkg.in/yaml.v3 v3.0.1 // indirect
125125)
126+
127+ require go.opentelemetry.io/auto/sdk v1.1.0 // indirect
0 commit comments