Skip to content

Commit fdbf452

Browse files
fix(deps): update module sigs.k8s.io/controller-runtime to v0.19.4
1 parent 154d20d commit fdbf452

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
k8s.io/apimachinery v0.32.0
2626
k8s.io/client-go v0.32.0
2727
k8s.io/utils v0.0.0-20241210054802-24370beab758
28-
sigs.k8s.io/controller-runtime v0.19.3
28+
sigs.k8s.io/controller-runtime v0.19.4
2929
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20231204011133-c2179ec349ec // controller-runtime v0.15.0
3030
sigs.k8s.io/controller-tools v0.16.5
3131
)
@@ -44,6 +44,7 @@ require (
4444
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
4545
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
4646
github.com/fatih/color v1.18.0 // indirect
47+
github.com/fsnotify/fsnotify v1.7.0 // indirect
4748
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
4849
github.com/go-logr/zapr v1.3.0 // indirect
4950
github.com/go-ole/go-ole v1.2.6 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@ k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f h1:GA7//TjRY9yWGy1poLzYYJ
268268
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f/go.mod h1:R/HEjbvWI0qdfb8viZUeVZm0X6IZnxAydC7YU42CMw4=
269269
k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJJI8IUa1AmH/qa0=
270270
k8s.io/utils v0.0.0-20241210054802-24370beab758/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
271-
sigs.k8s.io/controller-runtime v0.19.3 h1:XO2GvC9OPftRst6xWCpTgBZO04S2cbp0Qqkj8bX1sPw=
272-
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=
273273
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20231204011133-c2179ec349ec h1:H6DFglDdFZPFpUJ0LSxqRLRKMHNnJ+0F/xBlGQfbDhk=
274274
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20231204011133-c2179ec349ec/go.mod h1:TF/lVLWS+JNNaVqJuDDictY2hZSXSsIHCx4FClMvqFg=
275275
sigs.k8s.io/controller-tools v0.16.5 h1:5k9FNRqziBPwqr17AMEPPV/En39ZBplLAdOwwQHruP4=

0 commit comments

Comments
 (0)