Skip to content

Commit 1f69805

Browse files
chore(deps): bump github.com/anchore/grype from 0.86.1 to 0.87.0
Bumps [github.com/anchore/grype](https://github.com/anchore/grype) from 0.86.1 to 0.87.0. - [Release notes](https://github.com/anchore/grype/releases) - [Changelog](https://github.com/anchore/grype/blob/main/.goreleaser.yaml) - [Commits](anchore/grype@v0.86.1...v0.87.0) --- updated-dependencies: - dependency-name: github.com/anchore/grype dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ab6454f commit 1f69805

File tree

2 files changed

+698
-9
lines changed

2 files changed

+698
-9
lines changed

go.mod

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.2
55
require (
66
github.com/adrg/xdg v0.5.3
77
github.com/anchore/clio v0.0.0-20241115144204-29e89f9fa837
8-
github.com/anchore/grype v0.86.1
8+
github.com/anchore/grype v0.87.0
99
github.com/anchore/syft v1.19.0
1010
github.com/atotto/clipboard v0.1.4
1111
github.com/cenkalti/backoff/v4 v4.3.0
@@ -85,6 +85,7 @@ require (
8585
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
8686
github.com/aquasecurity/go-pep440-version v0.0.1 // indirect
8787
github.com/aquasecurity/go-version v0.0.1 // indirect
88+
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de // indirect
8889
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
8990
github.com/aws/aws-sdk-go v1.44.288 // indirect
9091
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
@@ -180,7 +181,7 @@ require (
180181
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b // indirect
181182
github.com/hashicorp/errwrap v1.1.0 // indirect
182183
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
183-
github.com/hashicorp/go-getter v1.7.6 // indirect
184+
github.com/hashicorp/go-getter v1.7.8 // indirect
184185
github.com/hashicorp/go-multierror v1.1.1 // indirect
185186
github.com/hashicorp/go-safetemp v1.0.0 // indirect
186187
github.com/hashicorp/go-version v1.7.0 // indirect

0 commit comments

Comments
 (0)