Skip to content

Commit f88fe3d

Browse files
committed
Migrate to controller-runtime v0.16
Signed-off-by: Stefan Prodan <[email protected]>
1 parent 24f60b5 commit f88fe3d

File tree

3 files changed

+526
-8
lines changed

3 files changed

+526
-8
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ require (
5050
github.com/Masterminds/semver/v3 v3.2.1 // indirect
5151
github.com/Microsoft/go-winio v0.6.1 // indirect
5252
github.com/acomagu/bufpipe v1.0.4 // indirect
53-
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
5453
github.com/beorn7/perks v1.0.1 // indirect
5554
github.com/cespare/xxhash/v2 v2.2.0 // indirect
5655
github.com/chai2010/gettext-go v1.0.2 // indirect
@@ -139,6 +138,7 @@ require (
139138
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
140139
google.golang.org/appengine v1.6.7 // indirect
141140
google.golang.org/protobuf v1.31.0 // indirect
141+
gopkg.in/evanphx/json-patch.v5 v5.6.0 // indirect
142142
gopkg.in/inf.v0 v0.9.1 // indirect
143143
gopkg.in/warnings.v0 v0.1.2 // indirect
144144
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)