@@ -5,7 +5,7 @@ go 1.23.2
5
5
require (
6
6
github.com/adrg/xdg v0.5.3
7
7
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
9
9
github.com/anchore/syft v1.19.0
10
10
github.com/atotto/clipboard v0.1.4
11
11
github.com/cenkalti/backoff/v4 v4.3.0
@@ -85,6 +85,7 @@ require (
85
85
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
86
86
github.com/aquasecurity/go-pep440-version v0.0.1 // indirect
87
87
github.com/aquasecurity/go-version v0.0.1 // indirect
88
+ github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de // indirect
88
89
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
89
90
github.com/aws/aws-sdk-go v1.44.288 // indirect
90
91
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
@@ -180,7 +181,7 @@ require (
180
181
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b // indirect
181
182
github.com/hashicorp/errwrap v1.1.0 // indirect
182
183
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
184
185
github.com/hashicorp/go-multierror v1.1.1 // indirect
185
186
github.com/hashicorp/go-safetemp v1.0.0 // indirect
186
187
github.com/hashicorp/go-version v1.7.0 // indirect
0 commit comments