Update dependencies to v0.34.7 tag

This commit is contained in:
Kubernetes Publisher
2026-04-15 23:56:26 +00:00
parent 9e69c2aec8
commit cd53c25eca
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-20260414142439-ad42a1f6281f
k8s.io/apimachinery v0.0.0-20260414140422-454f531d3fb5
k8s.io/client-go v0.0.0-20260414150839-e4156f317ef4
k8s.io/code-generator v0.0.0-20260414155020-71e885f23b31
k8s.io/api v0.34.7
k8s.io/apimachinery v0.34.7
k8s.io/client-go v0.34.7
k8s.io/code-generator v0.34.7
k8s.io/klog/v2 v2.130.1
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
)