Skip to content

Commit caf3d66

Browse files
Update kubernetes packages to v0.33.1
1 parent 1452852 commit caf3d66

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
@@ -6,9 +6,9 @@ require (
66
github.com/golang-jwt/jwt/v5 v5.2.2
77
github.com/onsi/ginkgo/v2 v2.19.0
88
github.com/onsi/gomega v1.33.1
9-
k8s.io/api v0.31.0
10-
k8s.io/apimachinery v0.31.0
11-
k8s.io/client-go v0.31.0
9+
k8s.io/api v0.33.1
10+
k8s.io/apimachinery v0.33.1
11+
k8s.io/client-go v0.33.1
1212
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
1313
sigs.k8s.io/controller-runtime v0.19.0
1414
)

0 commit comments

Comments
 (0)