Skip to content

Commit 1453584

Browse files
committed
Fix CVEs
1 parent cc47bc8 commit 1453584

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.23
1+
1.25.4

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/aws/amazon-network-policy-controller-k8s
22

3-
go 1.23.0
4-
5-
toolchain go1.23.10
3+
go 1.25.4
64

75
require (
86
github.com/go-logr/logr v1.4.2
@@ -17,6 +15,7 @@ require (
1715
go.uber.org/zap v1.27.0
1816
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
1917
k8s.io/api v0.32.2
18+
k8s.io/apiextensions-apiserver v0.32.1
2019
k8s.io/apimachinery v0.32.2
2120
k8s.io/client-go v0.32.2
2221
sigs.k8s.io/controller-runtime v0.20.2
@@ -69,7 +68,6 @@ require (
6968
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
7069
gopkg.in/inf.v0 v0.9.1 // indirect
7170
gopkg.in/yaml.v3 v3.0.1 // indirect
72-
k8s.io/apiextensions-apiserver v0.32.1 // indirect
7371
k8s.io/klog/v2 v2.130.1 // indirect
7472
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
7573
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect

0 commit comments

Comments
 (0)