@@ -4,7 +4,7 @@ go 1.22.5
4
4
5
5
require (
6
6
github.com/DependencyTrack/client-go v0.13.0
7
- github.com/anchore/stereoscope v0.0.3
7
+ github.com/anchore/stereoscope v0.0.5
8
8
github.com/anchore/syft v1.11.1
9
9
github.com/ckotzbauer/libk8soci v0.0.0-20240810135526-c1ac5a827c6b
10
10
github.com/ckotzbauer/libstandard v0.0.0-20240714072944-bb20d4a8e76a
@@ -31,11 +31,11 @@ require (
31
31
github.com/Masterminds/semver v1.5.0 // indirect
32
32
github.com/Masterminds/semver/v3 v3.2.0 // indirect
33
33
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
34
- github.com/Microsoft/go-winio v0.6.1 // indirect
35
- github.com/Microsoft/hcsshim v0.11.4 // indirect
34
+ github.com/Microsoft/go-winio v0.6.2 // indirect
35
+ github.com/Microsoft/hcsshim v0.11.7 // indirect
36
36
github.com/ProtonMail/go-crypto v1.0.0 // indirect
37
37
github.com/acobaugh/osrelease v0.1.0 // indirect
38
- github.com/adrg/xdg v0.5.0 // indirect
38
+ github.com/adrg/xdg v0.5.1 // indirect
39
39
github.com/anchore/clio v0.0.0-20240522144804-d81e109008aa // indirect
40
40
github.com/anchore/fangs v0.0.0-20240508143433-f016b099950f // indirect
41
41
github.com/anchore/go-collections v0.0.0-20240216171411-9321230ce537 // indirect
@@ -49,24 +49,27 @@ require (
49
49
github.com/aquasecurity/go-version v0.0.0-20210121072130-637058cfe492 // indirect
50
50
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
51
51
github.com/becheran/wildmatch-go v1.0.0 // indirect
52
- github.com/bmatcuk/doublestar/v4 v4.6 .1 // indirect
52
+ github.com/bmatcuk/doublestar/v4 v4.7 .1 // indirect
53
53
github.com/charmbracelet/lipgloss v0.12.1 // indirect
54
54
github.com/charmbracelet/x/ansi v0.1.4 // indirect
55
55
github.com/cloudflare/circl v1.3.8 // indirect
56
56
github.com/containerd/cgroups v1.1.0 // indirect
57
- github.com/containerd/containerd v1.7.13 // indirect
57
+ github.com/containerd/containerd v1.7.23 // indirect
58
+ github.com/containerd/containerd/api v1.7.19 // indirect
58
59
github.com/containerd/continuity v0.4.2 // indirect
60
+ github.com/containerd/errdefs v0.3.0 // indirect
59
61
github.com/containerd/fifo v1.1.0 // indirect
60
62
github.com/containerd/log v0.1.0 // indirect
63
+ github.com/containerd/platforms v0.2.1 // indirect
61
64
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
62
- github.com/containerd/ttrpc v1.2.2 // indirect
65
+ github.com/containerd/ttrpc v1.2.5 // indirect
63
66
github.com/containerd/typeurl/v2 v2.1.1 // indirect
64
67
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
65
68
github.com/deitch/magic v0.0.0-20230404182410-1ff89d7342da // indirect
66
69
github.com/distribution/reference v0.6.0 // indirect
67
- github.com/docker/cli v27.1 .1+incompatible // indirect
70
+ github.com/docker/cli v27.3 .1+incompatible // indirect
68
71
github.com/docker/distribution v2.8.3+incompatible // indirect
69
- github.com/docker/docker v27.1.2 +incompatible // indirect
72
+ github.com/docker/docker v27.3.1 +incompatible // indirect
70
73
github.com/docker/docker-credential-helpers v0.7.0 // indirect
71
74
github.com/docker/go-connections v0.4.0 // indirect
72
75
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
@@ -82,7 +85,7 @@ require (
82
85
github.com/felixge/httpsnoop v1.0.3 // indirect
83
86
github.com/fsnotify/fsnotify v1.7.0 // indirect
84
87
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
85
- github.com/gabriel-vasile/mimetype v1.4.4 // indirect
88
+ github.com/gabriel-vasile/mimetype v1.4.6 // indirect
86
89
github.com/github/go-spdx/v2 v2.3.1 // indirect
87
90
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
88
91
github.com/go-git/go-billy/v5 v5.5.0 // indirect
@@ -130,7 +133,8 @@ require (
130
133
github.com/moby/sys/mountinfo v0.7.2 // indirect
131
134
github.com/moby/sys/sequential v0.5.0 // indirect
132
135
github.com/moby/sys/signal v0.7.0 // indirect
133
- github.com/moby/sys/user v0.1.0 // indirect
136
+ github.com/moby/sys/user v0.3.0 // indirect
137
+ github.com/moby/sys/userns v0.1.0 // indirect
134
138
github.com/muesli/termenv v0.15.2 // indirect
135
139
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
136
140
github.com/nwaples/rardecode v1.1.0 // indirect
@@ -164,7 +168,7 @@ require (
164
168
github.com/spf13/cast v1.6.0 // indirect
165
169
github.com/spf13/viper v1.18.2 // indirect
166
170
github.com/subosito/gotenv v1.6.0 // indirect
167
- github.com/sylabs/sif/v2 v2.17.1 // indirect
171
+ github.com/sylabs/sif/v2 v2.19.2 // indirect
168
172
github.com/sylabs/squashfs v1.0.0 // indirect
169
173
github.com/therootcompany/xz v1.0.1 // indirect
170
174
github.com/ulikunitz/xz v0.5.12 // indirect
@@ -179,18 +183,18 @@ require (
179
183
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
180
184
go.opencensus.io v0.24.0 // indirect
181
185
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 // indirect
182
- go.opentelemetry.io/otel v1.19 .0 // indirect
183
- go.opentelemetry.io/otel/metric v1.19 .0 // indirect
184
- go.opentelemetry.io/otel/trace v1.19 .0 // indirect
186
+ go.opentelemetry.io/otel v1.21 .0 // indirect
187
+ go.opentelemetry.io/otel/metric v1.21 .0 // indirect
188
+ go.opentelemetry.io/otel/trace v1.21 .0 // indirect
185
189
go.uber.org/atomic v1.9.0 // indirect
186
190
go.uber.org/multierr v1.9.0 // indirect
187
- golang.org/x/crypto v0.27 .0 // indirect
191
+ golang.org/x/crypto v0.28 .0 // indirect
188
192
golang.org/x/mod v0.20.0 // indirect
189
193
golang.org/x/sync v0.8.0 // indirect
190
194
golang.org/x/tools v0.24.0 // indirect
191
195
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
192
- google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // indirect
193
- google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
196
+ google.golang.org/genproto v0.0.0-20231211222908-989df2bf70f3 // indirect
197
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect
194
198
google.golang.org/grpc v1.59.0 // indirect
195
199
gopkg.in/ini.v1 v1.67.0 // indirect
196
200
gopkg.in/warnings.v0 v0.1.2 // indirect
@@ -211,11 +215,11 @@ require (
211
215
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
212
216
github.com/modern-go/reflect2 v1.0.2 // indirect
213
217
github.com/spf13/pflag v1.0.5 // indirect
214
- golang.org/x/net v0.28 .0 // indirect
218
+ golang.org/x/net v0.30 .0 // indirect
215
219
golang.org/x/oauth2 v0.21.0 // indirect
216
- golang.org/x/sys v0.25 .0 // indirect
217
- golang.org/x/term v0.24 .0 // indirect
218
- golang.org/x/text v0.18 .0 // indirect
220
+ golang.org/x/sys v0.26 .0 // indirect
221
+ golang.org/x/term v0.25 .0 // indirect
222
+ golang.org/x/text v0.19 .0 // indirect
219
223
golang.org/x/time v0.5.0 // indirect
220
224
google.golang.org/appengine v1.6.7 // indirect
221
225
google.golang.org/protobuf v1.34.2 // indirect
0 commit comments