Update dependencies to v0.34.0-rc.2 tag

This commit is contained in:
Kubernetes Publisher
2025-08-21 00:34:13 +00:00
parent 46ba99e9f8
commit 01c558a791
2 changed files with 12 additions and 12 deletions
+4 -4
View File
@@ -8,10 +8,10 @@ godebug default=go1.24
require (
golang.org/x/time v0.9.0
k8s.io/api v0.0.0-20250816102306-133a39c86037
k8s.io/apimachinery v0.0.0-20250816075726-b72d93d17433
k8s.io/client-go v0.0.0-20250816102736-97396af4f440
k8s.io/code-generator v0.0.0-20250816103827-c03f702f43c4
k8s.io/api v0.34.0-rc.2
k8s.io/apimachinery v0.34.0-rc.2
k8s.io/client-go v0.34.0-rc.2
k8s.io/code-generator v0.34.0-rc.2
k8s.io/klog/v2 v2.130.1
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
)