Update dependencies to v0.32.0-rc.1 tag

This commit is contained in:
Kubernetes Publisher
2024-12-03 22:51:01 +00:00
parent 8582664224
commit 3a38012428
2 changed files with 12 additions and 12 deletions
+4 -4
View File
@@ -8,10 +8,10 @@ godebug default=go1.23
require (
golang.org/x/time v0.7.0
k8s.io/api v0.0.0-20241127162655-f8e5e36c84f1
k8s.io/apimachinery v0.0.0-20240920213627-16af2ff33fbf
k8s.io/client-go v0.0.0-20241127164845-55d23e26d5ef
k8s.io/code-generator v0.0.0-20241127170634-56b470edd059
k8s.io/api v0.32.0-rc.1
k8s.io/apimachinery v0.32.0-rc.1
k8s.io/client-go v0.32.0-rc.1
k8s.io/code-generator v0.32.0-rc.1
k8s.io/klog/v2 v2.130.1
)