Update dependencies to v0.30.0-rc.1 tag

This commit is contained in:
Kubernetes Publisher
2024-04-03 00:18:37 +00:00
parent b9c9052725
commit 851a4a64b2
2 changed files with 12 additions and 12 deletions
+4 -4
View File
@@ -6,10 +6,10 @@ go 1.22.0
require (
golang.org/x/time v0.3.0
k8s.io/api v0.0.0-20240306165540-05aa4bceed70
k8s.io/apimachinery v0.0.0-20240306164812-cbfe0a1feaa5
k8s.io/client-go v0.0.0-20240306170515-0cdc0ce850af
k8s.io/code-generator v0.0.0-20240306171749-c9df80eb5e54
k8s.io/api v0.30.0-rc.1
k8s.io/apimachinery v0.30.0-rc.1
k8s.io/client-go v0.30.0-rc.1
k8s.io/code-generator v0.30.0-rc.1
k8s.io/klog/v2 v2.120.1
)