File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ require (
48
48
google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53
49
49
google.golang.org/grpc v1.68.1
50
50
google.golang.org/protobuf v1.35.2
51
- k8s.io/apimachinery v0.30.5
52
- k8s.io/apiserver v0.30.5
53
- k8s.io/client-go v0.30.5
51
+ k8s.io/apimachinery v0.33.0
52
+ k8s.io/apiserver v0.33.0
53
+ k8s.io/client-go v0.33.0
54
54
)
55
55
56
56
require (
@@ -188,8 +188,8 @@ require (
188
188
gopkg.in/ini.v1 v1.67.0 // indirect
189
189
gopkg.in/yaml.v2 v2.4.0 // indirect
190
190
gopkg.in/yaml.v3 v3.0.1 // indirect
191
- k8s.io/api v0.30.5 // indirect
192
- k8s.io/component-base v0.30.5 // indirect
191
+ k8s.io/api v0.33.0 // indirect
192
+ k8s.io/component-base v0.33.0 // indirect
193
193
k8s.io/klog/v2 v2.130.1 // indirect
194
194
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
195
195
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
You can’t perform that action at this time.
0 commit comments