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
@@ -40,7 +42,7 @@ require (
4042 layeh.com/gopher-luar v1.0.11
4143 sigs.k8s.io/cli-utils v0.35.0
4244 sigs.k8s.io/controller-runtime v0.15.3
43- sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20231215020716-1b80b9629af8
45+ sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20240323114127-e08b286e313e
4446 sigs.k8s.io/kustomize/kustomize/v4 v4.5.7
4547 sigs.k8s.io/kustomize/kyaml v0.13.9
4648 sigs.k8s.io/yaml v1.3.0
Original file line number Diff line number Diff line change @@ -1251,6 +1251,7 @@ sigs.k8s.io/controller-runtime v0.15.3 h1:L+t5heIaI3zeejoIyyvLQs5vTVu/67IU2FfisV
12511251sigs.k8s.io/controller-runtime v0.15.3 /go.mod h1:kp4jckA4vTx281S/0Yk2LFEEQe67mjg+ev/yknv47Ds =
12521252sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20231215020716-1b80b9629af8 h1:BjvzWD09lfJ/40dOFv6HbEH3eUg/Rj+BSwNks/Fe+DY =
12531253sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20231215020716-1b80b9629af8 /go.mod h1:TF/lVLWS+JNNaVqJuDDictY2hZSXSsIHCx4FClMvqFg =
1254+ sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20240323114127-e08b286e313e /go.mod h1:B2xTzIWVko5xZLWDkXFS7Zo9hxX+ecdMzZ8oiTPJoRI =
12541255sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo =
12551256sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd /go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0 =
12561257sigs.k8s.io/kustomize/api v0.12.1 h1:7YM7gW3kYBwtKvoY216ZzY+8hM+lV53LUayghNRJ0vM =
You can’t perform that action at this time.
0 commit comments