Skip to content

Commit e7ceeb9

Browse files
build(deps): bump github.com/anchore/syft from 1.28.0 to 1.29.0
--- updated-dependencies: - dependency-name: github.com/anchore/syft dependency-version: 1.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bd2a31a commit e7ceeb9

File tree

165 files changed

+4104
-13951
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+4104
-13951
lines changed

go.mod

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.24.1
44

55
require (
66
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
99
github.com/in-toto/in-toto-golang v0.9.0
1010
github.com/pkg/errors v0.9.1
1111
github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af
@@ -49,7 +49,6 @@ require (
4949
github.com/anchore/go-version v1.2.2-0.20200701162849-18adb9c92b9b // indirect
5050
github.com/anchore/packageurl-go v0.1.1-0.20250220190351-d62adb6e1115 // indirect
5151
github.com/andybalholm/brotli v1.1.2-0.20250424173009-453214e765f3 // indirect
52-
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
5352
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
5453
github.com/aquasecurity/go-pep440-version v0.0.1 // indirect
5554
github.com/aquasecurity/go-version v0.0.1 // indirect
@@ -59,14 +58,14 @@ require (
5958
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
6059
github.com/bitnami/go-version v0.0.0-20250131085805-b1f57a8634ef // indirect
6160
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
6362
github.com/bodgit/plumbing v1.3.0 // indirect
6463
github.com/bodgit/sevenzip v1.6.0 // indirect
6564
github.com/bodgit/windows v1.0.1 // indirect
6665
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
6766
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
6867
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
7069
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
7170
github.com/charmbracelet/x/term v0.2.1 // indirect
7271
github.com/cloudflare/circl v1.6.1 // indirect
@@ -110,7 +109,7 @@ require (
110109
github.com/go-logr/logr v1.4.3 // indirect
111110
github.com/go-logr/stdr v1.2.2 // indirect
112111
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
114113
github.com/goccy/go-yaml v1.18.0 // indirect
115114
github.com/gogo/protobuf v1.3.2 // indirect
116115
github.com/gohugoio/hashstructure v0.5.0 // indirect
@@ -132,7 +131,7 @@ require (
132131
github.com/hashicorp/go-safetemp v1.0.0 // indirect
133132
github.com/hashicorp/go-version v1.6.0 // indirect
134133
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
136135
github.com/huandu/xstrings v1.5.0 // indirect
137136
github.com/iancoleman/strcase v0.3.0 // indirect
138137
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -170,7 +169,7 @@ require (
170169
github.com/nwaples/rardecode/v2 v2.1.0 // indirect
171170
github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 // indirect
172171
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
174173
github.com/opencontainers/go-digest v1.0.0 // indirect
175174
github.com/opencontainers/image-spec v1.1.1 // indirect
176175
github.com/opencontainers/runtime-spec v1.1.0 // indirect
@@ -216,7 +215,7 @@ require (
216215
github.com/xanzy/ssh-agent v0.3.3 // indirect
217216
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
218217
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
220219
go.opencensus.io v0.24.0 // indirect
221220
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
222221
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
@@ -229,15 +228,15 @@ require (
229228
go.uber.org/atomic v1.9.0 // indirect
230229
go.uber.org/multierr v1.9.0 // indirect
231230
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
233232
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
236235
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
241240
golang.org/x/time v0.7.0 // indirect
242241
golang.org/x/tools v0.34.0 // indirect
243242
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect

0 commit comments

Comments
 (0)