Skip to content

Commit 3d1c87b

Browse files
Update kubernetes packages to v0.25.0
1 parent 1fe0c5c commit 3d1c87b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

e2e/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ require (
1717
google.golang.org/appengine v1.6.7 // indirect
1818
google.golang.org/protobuf v1.27.1 // indirect
1919
gotest.tools v2.2.0+incompatible // indirect
20-
k8s.io/api v0.22.1
21-
k8s.io/apimachinery v0.22.1
22-
k8s.io/client-go v0.22.1
20+
k8s.io/api v0.25.0
21+
k8s.io/apimachinery v0.25.0
22+
k8s.io/client-go v0.25.0
2323
k8s.io/klog/v2 v2.20.0 // indirect
2424
k8s.io/utils v0.0.0-20210820185131-d34e5cb4466e // indirect
2525
)

0 commit comments

Comments
 (0)