File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ require (
3333 k8s.io/client-go v0.31.4
3434 k8s.io/mount-utils v0.31.4
3535 k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
36- sigs.k8s.io/controller-runtime v0.19.3
36+ sigs.k8s.io/controller-runtime v0.19.4
3737 sigs.k8s.io/e2e-framework v0.4.0
3838 sigs.k8s.io/yaml v1.4.0
3939)
@@ -49,6 +49,7 @@ require (
4949 github.com/docker/docker-credential-helpers v0.8.0 // indirect
5050 github.com/emicklei/go-restful/v3 v3.11.0 // indirect
5151 github.com/evanphx/json-patch/v5 v5.9.0 // indirect
52+ github.com/fsnotify/fsnotify v1.7.0 // indirect
5253 github.com/fxamacker/cbor/v2 v2.7.0 // indirect
5354 github.com/go-logr/zapr v1.3.0 // indirect
5455 github.com/go-openapi/jsonpointer v0.19.6 // indirect
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ github.com/evanphx/json-patch v5.9.0+incompatible h1:fBXyNpNMuTTDdquAq/uisOr2lSh
3030github.com/evanphx/json-patch v5.9.0+incompatible /go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk =
3131github.com/evanphx/json-patch/v5 v5.9.0 h1:kcBlZQbplgElYIlo/n1hJbls2z/1awpXxpRi0/FOJfg =
3232github.com/evanphx/json-patch/v5 v5.9.0 /go.mod h1:VNkHZ/282BpEyt/tObQO8s5CMPmYYq14uClGH4abBuQ =
33+ github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA =
34+ github.com/fsnotify/fsnotify v1.7.0 /go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM =
3335github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E =
3436github.com/fxamacker/cbor/v2 v2.7.0 /go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXEeXQVeNoDQ =
3537github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY =
@@ -266,8 +268,8 @@ k8s.io/mount-utils v0.31.4 h1:9aWJ5BpJvs6fdIo36wWIuCC6ZMNllUT0JSFsVNJloFI=
266268k8s.io/mount-utils v0.31.4 /go.mod h1:HV/VYBUGqYUj4vt82YltzpWvgv8FPg0G9ItyInT3NPU =
267269k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 h1:pUdcCO1Lk/tbT5ztQWOBi5HBgbBP1J8+AsQnQCKsi8A =
268270k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
269- sigs.k8s.io/controller-runtime v0.19.3 h1:XO2GvC9OPftRst6xWCpTgBZO04S2cbp0Qqkj8bX1sPw =
270- sigs.k8s.io/controller-runtime v0.19.3 /go.mod h1:j4j87DqtsThvwTv5/Tc5NFRyyF/RF0ip4+62tbTSIUM =
271+ sigs.k8s.io/controller-runtime v0.19.4 h1:SUmheabttt0nx8uJtoII4oIP27BVVvAKFvdvGFwV/Qo =
272+ sigs.k8s.io/controller-runtime v0.19.4 /go.mod h1:iRmWllt8IlaLjvTTDLhRBXIEtkCK6hwVBJJsYS9Ajf4 =
271273sigs.k8s.io/e2e-framework v0.4.0 h1:4yYmFDNNoTnazqmZJXQ6dlQF1vrnDbutmxlyvBpC5rY =
272274sigs.k8s.io/e2e-framework v0.4.0 /go.mod h1:JilFQPF1OL1728ABhMlf9huse7h+uBJDXl9YeTs49A8 =
273275sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo =
You can’t perform that action at this time.
0 commit comments