@@ -9,7 +9,7 @@ require (
99 github.com/Masterminds/sprig/v3 v3.3.0
1010 github.com/Yamashou/gqlgenc v0.29.0
1111 github.com/aquasecurity/trivy v0.59.1
12- github.com/aquasecurity/trivy-db v0.0.0-20241209111357-8c398f13db0e
12+ github.com/aquasecurity/trivy-db v0.0.0-20250603053624-9d86e3ec0109
1313 github.com/aquasecurity/trivy-operator v0.22.0
1414 github.com/argoproj/argo-rollouts v1.7.2
1515 github.com/aws/aws-sdk-go-v2 v1.34.0
@@ -28,6 +28,7 @@ require (
2828 github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49
2929 github.com/grafana/pyroscope-go v1.2.0
3030 github.com/hashicorp/terraform-json v0.24.0
31+ github.com/mitchellh/copystructure v1.2.0
3132 github.com/mitchellh/mapstructure v1.5.0
3233 github.com/onsi/ginkgo/v2 v2.22.1
3334 github.com/onsi/gomega v1.36.2
@@ -41,7 +42,7 @@ require (
4142 github.com/pluralsh/gophoenix v0.1.3-0.20231201014135-dff1b4309e34
4243 github.com/pluralsh/polly v0.2.0
4344 github.com/prometheus/client_golang v1.21.1
44- github.com/samber/lo v1.49.0
45+ github.com/samber/lo v1.49.1
4546 github.com/sirupsen/logrus v1.9.3
4647 github.com/spf13/pflag v1.0.6
4748 github.com/stretchr/testify v1.10.0
@@ -350,7 +351,6 @@ require (
350351 github.com/mattn/go-isatty v0.0.20 // indirect
351352 github.com/mattn/go-runewidth v0.0.16 // indirect
352353 github.com/mgechev/revive v1.5.1 // indirect
353- github.com/mitchellh/copystructure v1.2.0 // indirect
354354 github.com/mitchellh/go-homedir v1.1.0 // indirect
355355 github.com/mitchellh/go-testing-interface v1.14.1 // indirect
356356 github.com/mitchellh/go-wordwrap v1.0.1 // indirect
@@ -499,10 +499,10 @@ require (
499499 golang.org/x/mod v0.23.0 // indirect
500500 golang.org/x/net v0.38.0 // indirect
501501 golang.org/x/oauth2 v0.25.0 // indirect
502- golang.org/x/sync v0.12 .0 // indirect
502+ golang.org/x/sync v0.13 .0 // indirect
503503 golang.org/x/sys v0.31.0 // indirect
504504 golang.org/x/term v0.30.0 // indirect
505- golang.org/x/text v0.23 .0 // indirect
505+ golang.org/x/text v0.24 .0 // indirect
506506 golang.org/x/tools v0.30.0 // indirect
507507 golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
508508 gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
0 commit comments