File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed
Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,4 @@ module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
22
33go 1.23.0
44
5- toolchain go1.23.4
6-
75require sigs.k8s.io/controller-tools v0.17.1 // cmd/controller-gen
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
22
33go 1.23.0
44
5- toolchain go1.23.4
6-
75replace github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d
86
97require github.com/operator-framework/operator-registry v1.50.0 // cmd/opm
Original file line number Diff line number Diff line change @@ -2,6 +2,4 @@ module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
22
33go 1.23.0
44
5- toolchain go1.23.4
6-
75require sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250114080233-1ec7c1b76e98
Original file line number Diff line number Diff line change 11module github.com/operator-framework/operator-controller
22
3- go 1.23.4
3+ go 1.23.3
4+
5+ toolchain go1.23.4
46
57require (
68 carvel.dev/kapp v0.64.0
You can’t perform that action at this time.
0 commit comments