File tree Expand file tree Collapse file tree
aws-acceptance-test-cleanup Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ```release-note:security
2+ go: upgrade go version to 1.24.5
3+ ```
Original file line number Diff line number Diff line change 11module github.com/hashicorp/consul-k8s/acceptance
22
3- go 1.24.4
4-
5- toolchain go1.24.5
3+ go 1.24.5
64
75require (
86 github.com/go-logr/logr v1.3.0
Original file line number Diff line number Diff line change 11module github.com/hashicorp/consul-k8s/charts
22
3- go 1.24.4
4-
5- toolchain go1.24.5
3+ go 1.24.5
Original file line number Diff line number Diff line change 11module github.com/hashicorp/consul-k8s/cli
22
3- go 1.24.4
4-
5- toolchain go1.24.5
3+ go 1.24.5
64
75replace (
86 github.com/envoyproxy/go-control-plane => github.com/envoyproxy/go-control-plane v0.12.0
Original file line number Diff line number Diff line change 11module github.com/hashicorp/consul-k8s/control-plane/cni
22
3+ go 1.24.5
4+
35replace github.com/hashicorp/consul-k8s/version => ../../version
46
57require (
@@ -58,7 +60,3 @@ require (
5860 sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
5961 sigs.k8s.io/yaml v1.3.0 // indirect
6062)
61-
62- go 1.24.4
63-
64- toolchain go1.24.5
Original file line number Diff line number Diff line change 11module github.com/hashicorp/consul-k8s/control-plane
22
3+ go 1.24.5
4+
35replace github.com/hashicorp/consul-k8s/version => ../version
46
57replace github.com/hashicorp/consul-k8s/control-plane/cni => ./cni
@@ -164,7 +166,3 @@ require (
164166 sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
165167 sigs.k8s.io/yaml v1.3.0 // indirect
166168)
167-
168- go 1.24.4
169-
170- toolchain go1.24.5
Original file line number Diff line number Diff line change 11module github.com/hashicorp/consul-helm/hack/aws-acceptance-test-cleanup
22
3- go 1.23.10
3+ go 1.24.5
44
55require (
66 github.com/aws/aws-sdk-go v1.38.63
Original file line number Diff line number Diff line change 11module github.com/hashicorp/consul-k8s/hack/copy-crds-to-chart
22
3- go 1.24.4
4-
5- toolchain go1.24.5
3+ go 1.24.5
64
75require (
86 github.com/iancoleman/strcase v0.3.0
Original file line number Diff line number Diff line change 11module github.com/hashicorp/consul-k8s/hack/copy-crds-to-chart
22
3- go 1.24.4
4-
5- toolchain go1.24.5
3+ go 1.24.5
Original file line number Diff line number Diff line change 11module github.com/hashicorp/consul-k8s/hack/helm-reference-gen
22
3- go 1.24.4
4-
5- toolchain go1.24.5
3+ go 1.24.5
64
75require (
86 github.com/stretchr/testify v1.8.4
You can’t perform that action at this time.
0 commit comments