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 @@ -14,7 +14,7 @@ require (
14
14
k8s.io/api v0.31.3
15
15
k8s.io/apimachinery v0.31.4
16
16
k8s.io/client-go v0.31.3
17
- sigs.k8s.io/controller-runtime v0.19.3
17
+ sigs.k8s.io/controller-runtime v0.19.4
18
18
)
19
19
20
20
require (
@@ -31,6 +31,7 @@ require (
31
31
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
32
32
github.com/fluxcd/cli-utils v0.36.0-flux.9 // indirect
33
33
github.com/fluxcd/pkg/apis/meta v1.6.1 // indirect
34
+ github.com/fsnotify/fsnotify v1.7.0 // indirect
34
35
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
35
36
github.com/go-errors/errors v1.5.1 // indirect
36
37
github.com/go-logr/zapr v1.3.0 // indirect
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ github.com/fluxcd/pkg/apis/meta v1.6.1 h1:maLhcRJ3P/70ArLCY/LF/YovkxXbX+6sTWZwZQ
35
35
github.com/fluxcd/pkg/apis/meta v1.6.1 /go.mod h1:YndB/gxgGZmKfqpAfFxyCDNFJFP0ikpeJzs66jwq280 =
36
36
github.com/fluxcd/pkg/runtime v0.49.1 h1:Xyruu1VvkaKZaAhm/32tHJnHab9aU3HzZCf+w6Xoq2A =
37
37
github.com/fluxcd/pkg/runtime v0.49.1 /go.mod h1:ieDaIEcxzVj77Nw64q4Vd3ZGYdLqpnXOr+GX+XwqTS4 =
38
+ github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA =
39
+ github.com/fsnotify/fsnotify v1.7.0 /go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM =
38
40
github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E =
39
41
github.com/fxamacker/cbor/v2 v2.7.0 /go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXEeXQVeNoDQ =
40
42
github.com/getkin/kin-openapi v0.128.0 h1:jqq3D9vC9pPq1dGcOCv7yOp1DaEe7c/T1vzcLbITSp4 =
@@ -260,8 +262,8 @@ k8s.io/kubectl v0.31.1 h1:ih4JQJHxsEggFqDJEHSOdJ69ZxZftgeZvYo7M/cpp24=
260
262
k8s.io/kubectl v0.31.1 /go.mod h1:aNuQoR43W6MLAtXQ/Bu4GDmoHlbhHKuyD49lmTC8eJM =
261
263
k8s.io/utils v0.0.0-20240821151609-f90d01438635 h1:2wThSvJoW/Ncn9TmQEYXRnevZXi2duqHWf5OX9S3zjI =
262
264
k8s.io/utils v0.0.0-20240821151609-f90d01438635 /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
263
- sigs.k8s.io/controller-runtime v0.19.3 h1:XO2GvC9OPftRst6xWCpTgBZO04S2cbp0Qqkj8bX1sPw =
264
- sigs.k8s.io/controller-runtime v0.19.3 /go.mod h1:j4j87DqtsThvwTv5/Tc5NFRyyF/RF0ip4+62tbTSIUM =
265
+ sigs.k8s.io/controller-runtime v0.19.4 h1:SUmheabttt0nx8uJtoII4oIP27BVVvAKFvdvGFwV/Qo =
266
+ sigs.k8s.io/controller-runtime v0.19.4 /go.mod h1:iRmWllt8IlaLjvTTDLhRBXIEtkCK6hwVBJJsYS9Ajf4 =
265
267
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo =
266
268
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd /go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0 =
267
269
sigs.k8s.io/kustomize/api v0.17.3 h1:6GCuHSsxq7fN5yhF2XrC+AAr8gxQwhexgHflOAD/JJU =
You can’t perform that action at this time.
0 commit comments