File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ require (
88 k8s.io/api v0.34.1
99 k8s.io/apimachinery v0.34.1
1010 k8s.io/client-go v0.34.1
11- k8s.io/component-base v0.34.0
12- k8s.io/component-helpers v0.34.0
11+ k8s.io/component-base v0.34.1
12+ k8s.io/component-helpers v0.34.1
1313 k8s.io/klog/v2 v2.130.1
1414 sigs.k8s.io/gateway-api v1.4.0
1515)
Original file line number Diff line number Diff line change @@ -152,10 +152,10 @@ k8s.io/apimachinery v0.34.1 h1:dTlxFls/eikpJxmAC7MVE8oOeP1zryV7iRyIjB0gky4=
152152k8s.io/apimachinery v0.34.1 /go.mod h1:/GwIlEcWuTX9zKIg2mbw0LRFIsXwrfoVxn+ef0X13lw =
153153k8s.io/client-go v0.34.1 h1:ZUPJKgXsnKwVwmKKdPfw4tB58+7/Ik3CrjOEhsiZ7mY =
154154k8s.io/client-go v0.34.1 /go.mod h1:kA8v0FP+tk6sZA0yKLRG67LWjqufAoSHA2xVGKw9Of8 =
155- k8s.io/component-base v0.34.0 h1:bS8Ua3zlJzapklsB1dZgjEJuJEeHjj8yTu1gxE2zQX8 =
156- k8s.io/component-base v0.34.0 /go.mod h1:RSCqUdvIjjrEm81epPcjQ/DS+49fADvGSCkIP3IC6vg =
157- k8s.io/component-helpers v0.34.0 h1:5T7P9XGMoUy1JDNKzHf0p/upYbeUf8ZaSf9jbx0QlIo =
158- k8s.io/component-helpers v0.34.0 /go.mod h1:kaOyl5tdtnymriYcVZg4uwDBe2d1wlIpXyDkt6sVnt4 =
155+ k8s.io/component-base v0.34.1 h1:v7xFgG+ONhytZNFpIz5/kecwD+sUhVE6HU7qQUiRM4A =
156+ k8s.io/component-base v0.34.1 /go.mod h1:mknCpLlTSKHzAQJJnnHVKqjxR7gBeHRv0rPXA7gdtQ0 =
157+ k8s.io/component-helpers v0.34.1 h1:gWhH3CCdwAx5P3oJqZKb4Lg5FYZTWVbdWtOI8n9U4XY =
158+ k8s.io/component-helpers v0.34.1 /go.mod h1:4VgnUH7UA/shuBur+OWoQC0xfb69sy/93ss0ybZqm3c =
159159k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk =
160160k8s.io/klog/v2 v2.130.1 /go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE =
161161k8s.io/kube-openapi v0.0.0-20250814151709-d7b6acb124c3 h1:liMHz39T5dJO1aOKHLvwaCjDbf07wVh6yaUlTpunnkE =
Original file line number Diff line number Diff line change @@ -640,12 +640,12 @@ k8s.io/client-go/util/flowcontrol
640640k8s.io/client-go/util/homedir
641641k8s.io/client-go/util/keyutil
642642k8s.io/client-go/util/workqueue
643- # k8s.io/component-base v0.34.0
643+ # k8s.io/component-base v0.34.1
644644## explicit; go 1.24.0
645645k8s.io/component-base/metrics
646646k8s.io/component-base/metrics/prometheusextension
647647k8s.io/component-base/version
648- # k8s.io/component-helpers v0.34.0
648+ # k8s.io/component-helpers v0.34.1
649649## explicit; go 1.24.0
650650k8s.io/component-helpers/scheduling/corev1
651651k8s.io/component-helpers/scheduling/corev1/nodeaffinity
You can’t perform that action at this time.
0 commit comments