Skip to content

Commit 166ab0b

Browse files
Update kubernetes packages to v0.35.0
1 parent 12f326a commit 166ab0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ go 1.24.1
55
require (
66
github.com/onsi/ginkgo/v2 v2.23.3
77
github.com/onsi/gomega v1.37.0
8-
k8s.io/api v0.32.2
9-
k8s.io/apimachinery v0.32.2
10-
k8s.io/client-go v0.32.2
8+
k8s.io/api v0.35.0
9+
k8s.io/apimachinery v0.35.0
10+
k8s.io/client-go v0.35.0
1111
k8s.io/utils v0.0.0-20241210054802-24370beab758
1212
sigs.k8s.io/controller-runtime v0.19.7
1313
)

0 commit comments

Comments
 (0)