File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11module github.com/pluralsh/deployment-operator
22
3- go 1.21
3+ go 1.22.0
4+
5+ toolchain go1.22.1
46
57require (
68 github.com/Masterminds/semver/v3 v3.2.1
@@ -42,7 +44,7 @@ require (
4244 layeh.com/gopher-luar v1.0.11
4345 sigs.k8s.io/cli-utils v0.35.1-0.20240103002740-7928dbf3d402
4446 sigs.k8s.io/controller-runtime v0.17.2
45- sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20240313184151-cb5107b36b64
47+ sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20240326031119-8afbb50e0eb2
4648 sigs.k8s.io/kustomize/kustomize/v5 v5.0.4-0.20230601165947-6ce0bf390ce3
4749 sigs.k8s.io/kustomize/kyaml v0.16.0
4850 sigs.k8s.io/yaml v1.4.0
Original file line number Diff line number Diff line change @@ -1098,6 +1098,7 @@ sigs.k8s.io/controller-runtime v0.17.2 h1:FwHwD1CTUemg0pW2otk7/U5/i5m2ymzvOXdbeG
10981098sigs.k8s.io/controller-runtime v0.17.2 /go.mod h1:+MngTvIQQQhfXtwfdGw/UOQ/aIaqsYywfCINOtwMO/s =
10991099sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20240313184151-cb5107b36b64 h1:CxmsLoKUF1PCEoAXrbXzNud5EtSxQAdo9zbYMkY4Jko =
11001100sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20240313184151-cb5107b36b64 /go.mod h1:TF/lVLWS+JNNaVqJuDDictY2hZSXSsIHCx4FClMvqFg =
1101+ sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20240326031119-8afbb50e0eb2 /go.mod h1:B2xTzIWVko5xZLWDkXFS7Zo9hxX+ecdMzZ8oiTPJoRI =
11011102sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo =
11021103sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd /go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0 =
11031104sigs.k8s.io/kustomize/api v0.16.0 h1:/zAR4FOQDCkgSDmVzV2uiFbuy9bhu3jEzthrHCuvm1g =
You can’t perform that action at this time.
0 commit comments