File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4141 # Hash of Go module dependencies.
4242 # Update this after changing go.mod/go.sum:
4343 # task nix-update-hash
44- vendorHash = "sha256-aM2JvpeBFb7eJRcdlJ0sPtHTv7+3RggwfDSBaPM9O7M =" ;
44+ vendorHash = "sha256-0WaSLCvacW1bZyswORKO8p8eGDzlIFkdt9gEsIlb7Qg =" ;
4545
4646 ldflags = [
4747 "-s"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ require (
2020 k8s.io/client-go v0.35.2
2121 k8s.io/component-base v0.35.2
2222 k8s.io/kubectl v0.35.2
23- sigs.k8s.io/controller-runtime v0.23.1
23+ sigs.k8s.io/controller-runtime v0.23.3
2424 sigs.k8s.io/yaml v1.6.0
2525)
2626
Original file line number Diff line number Diff line change @@ -290,6 +290,8 @@ k8s.io/utils v0.0.0-20260108192941-914a6e750570 h1:JT4W8lsdrGENg9W+YwwdLJxklIuKW
290290k8s.io/utils v0.0.0-20260108192941-914a6e750570 /go.mod h1:xDxuJ0whA3d0I4mf/C4ppKHxXynQ+fxnkmQH0vTHnuk =
291291sigs.k8s.io/controller-runtime v0.23.1 h1:TjJSM80Nf43Mg21+RCy3J70aj/W6KyvDtOlpKf+PupE =
292292sigs.k8s.io/controller-runtime v0.23.1 /go.mod h1:B6COOxKptp+YaUT5q4l6LqUJTRpizbgf9KSRNdQGns0 =
293+ sigs.k8s.io/controller-runtime v0.23.3 h1:VjB/vhoPoA9l1kEKZHBMnQF33tdCLQKJtydy4iqwZ80 =
294+ sigs.k8s.io/controller-runtime v0.23.3 /go.mod h1:B6COOxKptp+YaUT5q4l6LqUJTRpizbgf9KSRNdQGns0 =
293295sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 h1:IpInykpT6ceI+QxKBbEflcR5EXP7sU1kvOlxwZh5txg =
294296sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 /go.mod h1:mdzfpAEoE6DHQEN0uh9ZbOCuHbLK5wOm7dK4ctXE9Tg =
295297sigs.k8s.io/kustomize/api v0.21.0 h1:I7nry5p8iDJbuRdYS7ez8MUvw7XVNPcIP5GkzzuXIIQ =
You can’t perform that action at this time.
0 commit comments