@@ -4,8 +4,8 @@ go 1.24.1
4
4
5
5
require (
6
6
github.com/anchore/go-logger v0.0.0-20250318195838-07ae343dd722
7
- github.com/anchore/stereoscope v0.1.6
8
- github.com/anchore/syft v1.28 .0
7
+ github.com/anchore/stereoscope v0.1.7-0.20250716200927-94c6f92877d4
8
+ github.com/anchore/syft v1.29 .0
9
9
github.com/in-toto/in-toto-golang v0.9.0
10
10
github.com/pkg/errors v0.9.1
11
11
github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af
@@ -49,7 +49,6 @@ require (
49
49
github.com/anchore/go-version v1.2.2-0.20200701162849-18adb9c92b9b // indirect
50
50
github.com/anchore/packageurl-go v0.1.1-0.20250220190351-d62adb6e1115 // indirect
51
51
github.com/andybalholm/brotli v1.1.2-0.20250424173009-453214e765f3 // indirect
52
- github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
53
52
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
54
53
github.com/aquasecurity/go-pep440-version v0.0.1 // indirect
55
54
github.com/aquasecurity/go-version v0.0.1 // indirect
@@ -59,14 +58,14 @@ require (
59
58
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
60
59
github.com/bitnami/go-version v0.0.0-20250131085805-b1f57a8634ef // indirect
61
60
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb // indirect
62
- github.com/bmatcuk/doublestar/v4 v4.8.1 // indirect
61
+ github.com/bmatcuk/doublestar/v4 v4.9.0 // indirect
63
62
github.com/bodgit/plumbing v1.3.0 // indirect
64
63
github.com/bodgit/sevenzip v1.6.0 // indirect
65
64
github.com/bodgit/windows v1.0.1 // indirect
66
65
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
67
66
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
68
67
github.com/charmbracelet/lipgloss v1.1.0 // indirect
69
- github.com/charmbracelet/x/ansi v0.8.0 // indirect
68
+ github.com/charmbracelet/x/ansi v0.9.3 // indirect
70
69
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
71
70
github.com/charmbracelet/x/term v0.2.1 // indirect
72
71
github.com/cloudflare/circl v1.6.1 // indirect
@@ -110,7 +109,7 @@ require (
110
109
github.com/go-logr/logr v1.4.3 // indirect
111
110
github.com/go-logr/stdr v1.2.2 // indirect
112
111
github.com/go-restruct/restruct v1.2.0-alpha // indirect
113
- github.com/go-viper/mapstructure/v2 v2.3 .0 // indirect
112
+ github.com/go-viper/mapstructure/v2 v2.4 .0 // indirect
114
113
github.com/goccy/go-yaml v1.18.0 // indirect
115
114
github.com/gogo/protobuf v1.3.2 // indirect
116
115
github.com/gohugoio/hashstructure v0.5.0 // indirect
@@ -132,7 +131,7 @@ require (
132
131
github.com/hashicorp/go-safetemp v1.0.0 // indirect
133
132
github.com/hashicorp/go-version v1.6.0 // indirect
134
133
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
135
- github.com/hashicorp/hcl/v2 v2.23 .0 // indirect
134
+ github.com/hashicorp/hcl/v2 v2.24 .0 // indirect
136
135
github.com/huandu/xstrings v1.5.0 // indirect
137
136
github.com/iancoleman/strcase v0.3.0 // indirect
138
137
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -170,7 +169,7 @@ require (
170
169
github.com/nwaples/rardecode/v2 v2.1.0 // indirect
171
170
github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 // indirect
172
171
github.com/olekukonko/ll v0.0.8 // indirect
173
- github.com/olekukonko/tablewriter v1.0.7 // indirect
172
+ github.com/olekukonko/tablewriter v1.0.8 // indirect
174
173
github.com/opencontainers/go-digest v1.0.0 // indirect
175
174
github.com/opencontainers/image-spec v1.1.1 // indirect
176
175
github.com/opencontainers/runtime-spec v1.1.0 // indirect
@@ -216,7 +215,7 @@ require (
216
215
github.com/xanzy/ssh-agent v0.3.3 // indirect
217
216
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
218
217
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
219
- github.com/zclconf/go-cty v1.13.0 // indirect
218
+ github.com/zclconf/go-cty v1.16.3 // indirect
220
219
go.opencensus.io v0.24.0 // indirect
221
220
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
222
221
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
@@ -229,15 +228,15 @@ require (
229
228
go.uber.org/atomic v1.9.0 // indirect
230
229
go.uber.org/multierr v1.9.0 // indirect
231
230
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
232
- golang.org/x/crypto v0.39 .0 // indirect
231
+ golang.org/x/crypto v0.40 .0 // indirect
233
232
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
234
- golang.org/x/mod v0.25 .0 // indirect
235
- golang.org/x/net v0.41 .0 // indirect
233
+ golang.org/x/mod v0.26 .0 // indirect
234
+ golang.org/x/net v0.42 .0 // indirect
236
235
golang.org/x/oauth2 v0.30.0 // indirect
237
- golang.org/x/sync v0.15 .0 // indirect
238
- golang.org/x/sys v0.33 .0 // indirect
239
- golang.org/x/term v0.32 .0 // indirect
240
- golang.org/x/text v0.26 .0 // indirect
236
+ golang.org/x/sync v0.16 .0 // indirect
237
+ golang.org/x/sys v0.34 .0 // indirect
238
+ golang.org/x/term v0.33 .0 // indirect
239
+ golang.org/x/text v0.27 .0 // indirect
241
240
golang.org/x/time v0.7.0 // indirect
242
241
golang.org/x/tools v0.34.0 // indirect
243
242
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
0 commit comments