File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ require (
2323 k8s.io/client-go v0.32.0
2424 k8s.io/kube-aggregator v0.32.0
2525 sigs.k8s.io/cli-utils v0.37.2
26- sigs.k8s.io/controller-runtime v0.19.3
26+ sigs.k8s.io/controller-runtime v0.19.4
2727 sigs.k8s.io/kustomize/api v0.18.0
2828 sigs.k8s.io/kustomize/kyaml v0.18.1
2929 sigs.k8s.io/structured-merge-diff/v4 v4.5.0
@@ -42,6 +42,7 @@ require (
4242 github.com/emicklei/go-restful/v3 v3.11.2 // indirect
4343 github.com/evanphx/json-patch v5.9.0+incompatible // indirect
4444 github.com/evanphx/json-patch/v5 v5.9.0 // indirect
45+ github.com/fsnotify/fsnotify v1.7.0 // indirect
4546 github.com/fxamacker/cbor/v2 v2.7.0 // indirect
4647 github.com/go-errors/errors v1.5.1 // indirect
4748 github.com/go-openapi/jsonpointer v0.21.0 // indirect
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ github.com/evanphx/json-patch/v5 v5.9.0 h1:kcBlZQbplgElYIlo/n1hJbls2z/1awpXxpRi0
2929github.com/evanphx/json-patch/v5 v5.9.0 /go.mod h1:VNkHZ/282BpEyt/tObQO8s5CMPmYYq14uClGH4abBuQ =
3030github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8 =
3131github.com/frankban/quicktest v1.14.6 /go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0 =
32+ github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA =
33+ github.com/fsnotify/fsnotify v1.7.0 /go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM =
3234github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E =
3335github.com/fxamacker/cbor/v2 v2.7.0 /go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXEeXQVeNoDQ =
3436github.com/go-errors/errors v1.5.1 h1:ZwEMSLRCapFLflTpT7NKaAc7ukJ8ZPEjzlxt8rPN8bk =
@@ -280,6 +282,8 @@ sigs.k8s.io/cli-utils v0.37.2 h1:GOfKw5RV2HDQZDJlru5KkfLO1tbxqMoyn1IYUxqBpNg=
280282sigs.k8s.io/cli-utils v0.37.2 /go.mod h1:V+IZZr4UoGj7gMJXklWBg6t5xbdThFBcpj4MrZuCYco =
281283sigs.k8s.io/controller-runtime v0.19.3 h1:XO2GvC9OPftRst6xWCpTgBZO04S2cbp0Qqkj8bX1sPw =
282284sigs.k8s.io/controller-runtime v0.19.3 /go.mod h1:j4j87DqtsThvwTv5/Tc5NFRyyF/RF0ip4+62tbTSIUM =
285+ sigs.k8s.io/controller-runtime v0.19.4 h1:SUmheabttt0nx8uJtoII4oIP27BVVvAKFvdvGFwV/Qo =
286+ sigs.k8s.io/controller-runtime v0.19.4 /go.mod h1:iRmWllt8IlaLjvTTDLhRBXIEtkCK6hwVBJJsYS9Ajf4 =
283287sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 h1:/Rv+M11QRah1itp8VhT6HoVx1Ray9eB4DBr+K+/sCJ8 =
284288sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 /go.mod h1:18nIHnGi6636UCz6m8i4DhaJ65T6EruyzmoQqI2BVDo =
285289sigs.k8s.io/kustomize/api v0.18.0 h1:hTzp67k+3NEVInwz5BHyzc9rGxIauoXferXyjv5lWPo =
You can’t perform that action at this time.
0 commit comments