Skip to content

Commit 18cdd17

Browse files
committed
fix k8s.io api version
1 parent ddc1d88 commit 18cdd17

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
@@ -41,10 +41,10 @@ require (
4141
google.golang.org/grpc v1.75.0
4242
google.golang.org/protobuf v1.36.9
4343
gopkg.in/natefinch/lumberjack.v2 v2.2.1
44-
k8s.io/api v0.34.0
44+
k8s.io/api v0.34.1
4545
k8s.io/apiextensions-apiserver v0.33.3
46-
k8s.io/apimachinery v0.34.0
47-
k8s.io/client-go v0.34.0
46+
k8s.io/apimachinery v0.34.1
47+
k8s.io/client-go v0.34.1
4848
k8s.io/klog v1.0.0
4949
k8s.io/klog/v2 v2.130.1
5050
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397

0 commit comments

Comments
 (0)