Skip to content

Commit 4fbbdbe

Browse files
build(deps): bump github.com/anchore/syft from 1.38.0 to 1.42.2
Bumps [github.com/anchore/syft](https://github.com/anchore/syft) from 1.38.0 to 1.42.2. - [Release notes](https://github.com/anchore/syft/releases) - [Changelog](https://github.com/anchore/syft/blob/main/RELEASE.md) - [Commits](anchore/syft@v1.38.0...v1.42.2) --- updated-dependencies: - dependency-name: github.com/anchore/syft dependency-version: 1.42.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ca8489 commit 4fbbdbe

File tree

2 files changed

+61
-68
lines changed

2 files changed

+61
-68
lines changed

go.mod

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/wolfi-dev/wolfictl
22

3-
go 1.25.6
3+
go 1.25.8
44

55
// https://github.com/anchore/grype/blob/v0.80.1/go.mod#L266-L269
66
// Pull in a fix for an unpatched CVE. mholt/archiver appears inactive/unmaintained.
@@ -16,7 +16,7 @@ require (
1616
cloud.google.com/go/storage v1.61.3
1717
github.com/adrg/xdg v0.5.3
1818
github.com/anchore/stereoscope v0.1.22
19-
github.com/anchore/syft v1.38.0
19+
github.com/anchore/syft v1.42.4
2020
github.com/chainguard-dev/clog v1.8.0
2121
github.com/chainguard-dev/yam v0.2.52
2222
github.com/charmbracelet/bubbles v1.0.0
@@ -79,8 +79,8 @@ require (
7979
dario.cat/mergo v1.0.2 // indirect
8080
filippo.io/edwards25519 v1.1.1 // indirect
8181
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
82-
github.com/BurntSushi/toml v1.5.0 // indirect
83-
github.com/CycloneDX/cyclonedx-go v0.9.3 // indirect
82+
github.com/BurntSushi/toml v1.6.0 // indirect
83+
github.com/CycloneDX/cyclonedx-go v0.10.0 // indirect
8484
github.com/DataDog/zstd v1.5.7 // indirect
8585
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.30.0 // indirect
8686
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.55.0 // indirect
@@ -147,9 +147,8 @@ require (
147147
github.com/charmbracelet/x/cellbuf v0.0.15 // indirect
148148
github.com/charmbracelet/x/term v0.2.2 // indirect
149149
github.com/cli/safeexec v1.0.1 // indirect
150-
github.com/clipperhouse/displaywidth v0.9.0 // indirect
151-
github.com/clipperhouse/stringish v0.1.1 // indirect
152-
github.com/clipperhouse/uax29/v2 v2.5.0 // indirect
150+
github.com/clipperhouse/displaywidth v0.10.0 // indirect
151+
github.com/clipperhouse/uax29/v2 v2.6.0 // indirect
153152
github.com/cloudflare/circl v1.6.3 // indirect
154153
github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5 // indirect
155154
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
@@ -196,8 +195,8 @@ require (
196195
github.com/go-logr/logr v1.4.3 // indirect
197196
github.com/go-logr/stdr v1.2.2 // indirect
198197
github.com/go-restruct/restruct v1.2.0-alpha // indirect
199-
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
200-
github.com/goccy/go-yaml v1.18.0 // indirect
198+
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
199+
github.com/goccy/go-yaml v1.19.2 // indirect
201200
github.com/gogo/protobuf v1.3.2 // indirect
202201
github.com/gohugoio/hashstructure v0.6.0 // indirect
203202
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
@@ -212,14 +211,14 @@ require (
212211
github.com/googleapis/enterprise-certificate-proxy v0.3.14 // indirect
213212
github.com/googleapis/gax-go/v2 v2.17.0 // indirect
214213
github.com/gookit/color v1.6.0 // indirect
215-
github.com/gpustack/gguf-parser-go v0.22.1 // indirect
214+
github.com/gpustack/gguf-parser-go v0.24.0 // indirect
216215
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.1.0 // indirect
217216
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3 // indirect
218217
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
219-
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.65 // indirect
218+
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.70 // indirect
220219
github.com/hashicorp/errwrap v1.1.0 // indirect
221220
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
222-
github.com/hashicorp/go-getter v1.8.3 // indirect
221+
github.com/hashicorp/go-getter v1.8.5 // indirect
223222
github.com/hashicorp/go-multierror v1.1.1 // indirect
224223
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
225224
github.com/hashicorp/hcl/v2 v2.24.0 // indirect
@@ -272,9 +271,9 @@ require (
272271
github.com/nix-community/go-nix v0.0.0-20250101154619-4bdde671e0a1 // indirect
273272
github.com/nwaples/rardecode/v2 v2.2.0 // indirect
274273
github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 // indirect
275-
github.com/olekukonko/errors v1.1.0 // indirect
276-
github.com/olekukonko/ll v0.1.3 // indirect
277-
github.com/olekukonko/tablewriter v1.1.2 // indirect
274+
github.com/olekukonko/errors v1.2.0 // indirect
275+
github.com/olekukonko/ll v0.1.6 // indirect
276+
github.com/olekukonko/tablewriter v1.1.4 // indirect
278277
github.com/opencontainers/go-digest v1.0.0 // indirect
279278
github.com/opencontainers/image-spec v1.1.1 // indirect
280279
github.com/opencontainers/runtime-spec v1.3.0 // indirect
@@ -322,7 +321,7 @@ require (
322321
github.com/u-root/u-root v0.16.0 // indirect
323322
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect
324323
github.com/ulikunitz/xz v0.5.15 // indirect
325-
github.com/vbatts/go-mtree v0.6.0 // indirect
324+
github.com/vbatts/go-mtree v0.7.0 // indirect
326325
github.com/vbatts/tar-split v0.12.2 // indirect
327326
github.com/vifraa/gopom v1.0.0 // indirect
328327
github.com/wagoodman/go-partybus v0.0.0-20230516145632-8ccac152c651 // indirect
@@ -349,11 +348,11 @@ require (
349348
go.yaml.in/yaml/v2 v2.4.3 // indirect
350349
go.yaml.in/yaml/v3 v3.0.4 // indirect
351350
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
352-
golang.org/x/crypto v0.48.0 // indirect
353-
golang.org/x/mod v0.33.0 // indirect
354-
golang.org/x/net v0.51.0 // indirect
351+
golang.org/x/crypto v0.49.0 // indirect
352+
golang.org/x/mod v0.34.0 // indirect
353+
golang.org/x/net v0.52.0 // indirect
355354
golang.org/x/sys v0.42.0 // indirect
356-
golang.org/x/tools v0.42.0 // indirect
355+
golang.org/x/tools v0.43.0 // indirect
357356
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
358357
gonum.org/v1/gonum v0.16.0 // indirect
359358
google.golang.org/api v0.271.0 // indirect

0 commit comments

Comments
 (0)