Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit 4352855

Browse files
fix(deps): update go module updates minor (#55)
Co-authored-by: netic-renovate[bot] <207156494+netic-renovate[bot]@users.noreply.github.com>
1 parent 3ba370e commit 4352855

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@ module github.com/neticdk/scanning-controller
22

33
go 1.24.2
44

5-
toolchain go1.24.4
5+
toolchain go1.25.1
66

77
require (
88
github.com/CycloneDX/cyclonedx-go v0.9.2
9-
github.com/aquasecurity/trivy v0.63.0
9+
github.com/aquasecurity/trivy v0.66.0
1010
github.com/aquasecurity/trivy-db 8a8d6e3cc002
11-
github.com/aquasecurity/trivy-operator v0.27.1
11+
github.com/aquasecurity/trivy-operator v0.28.0
1212
github.com/bluele/gcache v0.0.2
1313
github.com/bombsimon/logrusr/v4 v4.1.0
1414
github.com/bxcodec/httpcache v1.0.0
1515
github.com/openclarity/kubeclarity/shared v0.0.0-20241014145616-c30fbfa34aae
1616
github.com/sirupsen/logrus v1.9.3
17-
github.com/spf13/cobra v1.9.1
17+
github.com/spf13/cobra v1.10.1
1818
go.uber.org/multierr v1.11.0
1919
gopkg.in/go-jose/go-jose.v4 v4.1.0
20-
k8s.io/api v0.33.2
21-
k8s.io/apimachinery v0.33.2
22-
k8s.io/client-go v0.33.2
23-
sigs.k8s.io/controller-runtime v0.21.0
20+
k8s.io/api v0.34.1
21+
k8s.io/apimachinery v0.34.1
22+
k8s.io/client-go v0.34.1
23+
sigs.k8s.io/controller-runtime v0.22.1
2424
)
2525

2626
require (

0 commit comments

Comments
 (0)