Update dependencies to v0.34.5 tag

This commit is contained in:
Kubernetes Publisher
2026-02-27 05:53:24 +00:00
parent 46ba99e9f8
commit cad1fd47b1
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.5
k8s.io/apimachinery v0.34.5
k8s.io/client-go v0.34.5
k8s.io/code-generator v0.34.5
k8s.io/klog/v2 v2.130.1
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
)