Skip to content

Commit 4836663

Browse files
Update kubernetes packages to v0.35.0
1 parent cd0cd49 commit 4836663

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
@@ -8,9 +8,9 @@ require (
88
github.com/golang-jwt/jwt/v5 v5.3.0
99
github.com/onsi/ginkgo/v2 v2.27.3
1010
github.com/onsi/gomega v1.38.3
11-
k8s.io/api v0.34.3
12-
k8s.io/apimachinery v0.34.3
13-
k8s.io/client-go v0.34.3
11+
k8s.io/api v0.35.0
12+
k8s.io/apimachinery v0.35.0
13+
k8s.io/client-go v0.35.0
1414
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
1515
sigs.k8s.io/controller-runtime v0.22.4
1616
)

0 commit comments

Comments
 (0)