File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ require (
1919 k8s.io/component-base v0.31.4
2020 k8s.io/klog/v2 v2.130.1
2121 k8s.io/utils v0.0.0-20241210054802-24370beab758
22- sigs.k8s.io/controller-runtime v0.19.3
22+ sigs.k8s.io/controller-runtime v0.19.4
2323 sigs.k8s.io/controller-tools v0.16.5
2424 sigs.k8s.io/yaml v1.4.0
2525)
@@ -37,6 +37,7 @@ require (
3737 github.com/evanphx/json-patch/v5 v5.9.0 // indirect
3838 github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
3939 github.com/fatih/color v1.18.0 // indirect
40+ github.com/fsnotify/fsnotify v1.7.0 // indirect
4041 github.com/fxamacker/cbor/v2 v2.7.0 // indirect
4142 github.com/go-errors/errors v1.5.1 // indirect
4243 github.com/go-logr/logr v1.4.2 // indirect
Original file line number Diff line number Diff line change @@ -586,8 +586,8 @@ mvdan.cc/gofumpt v0.7.0 h1:bg91ttqXmi9y2xawvkuMXyvAA/1ZGJqYAEGjXuP0JXU=
586586mvdan.cc/gofumpt v0.7.0 /go.mod h1:txVFJy/Sc/mvaycET54pV8SW8gWxTlUuGHVEcncmNUo =
587587mvdan.cc/unparam v0.0.0-20240528143540-8a5130ca722f h1:lMpcwN6GxNbWtbpI1+xzFLSW8XzX0u72NttUGVFjO3U =
588588mvdan.cc/unparam v0.0.0-20240528143540-8a5130ca722f /go.mod h1:RSLa7mKKCNeTTMHBw5Hsy2rfJmd6O2ivt9Dw9ZqCQpQ =
589- sigs.k8s.io/controller-runtime v0.19.3 h1:XO2GvC9OPftRst6xWCpTgBZO04S2cbp0Qqkj8bX1sPw =
590- sigs.k8s.io/controller-runtime v0.19.3 /go.mod h1:j4j87DqtsThvwTv5/Tc5NFRyyF/RF0ip4+62tbTSIUM =
589+ sigs.k8s.io/controller-runtime v0.19.4 h1:SUmheabttt0nx8uJtoII4oIP27BVVvAKFvdvGFwV/Qo =
590+ sigs.k8s.io/controller-runtime v0.19.4 /go.mod h1:iRmWllt8IlaLjvTTDLhRBXIEtkCK6hwVBJJsYS9Ajf4 =
591591sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20240923090159-236e448db12c h1:w1vANkdIpYwbEZH0y1C7iJItgdEGvF9A3eCdRmLhg8I =
592592sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20240923090159-236e448db12c /go.mod h1:IaDsO8xSPRxRG1/rm9CP7+jPmj0nMNAuNi/yiHnLX8k =
593593sigs.k8s.io/controller-tools v0.16.5 h1:5k9FNRqziBPwqr17AMEPPV/En39ZBplLAdOwwQHruP4 =
You can’t perform that action at this time.
0 commit comments