File tree Expand file tree Collapse file tree 17 files changed +19
-16
lines changed
protoc-gen-consul-rate-limit
connect/envoy/test-sds-server
test/envoy_extensions/testdata/wasm_test_files Expand file tree Collapse file tree 17 files changed +19
-16
lines changed Original file line number Diff line number Diff line change 1+ ```release-note:security
2+ security: Upgrade golang to 1.25.4.
3+ ```
Original file line number Diff line number Diff line change 1- 1.25.3
1+ 1.25.4
Original file line number Diff line number Diff line change 11module github.com/hashicorp/consul/api
22
3- go 1.25.3
3+ go 1.25.4
44
55replace github.com/hashicorp/consul/sdk => ../sdk
66
Original file line number Diff line number Diff line change 11module github.com/hashicorp/consul/envoyextensions
22
3- go 1.25.3
3+ go 1.25.4
44
55replace (
66 github.com/hashicorp/consul/api => ../api
Original file line number Diff line number Diff line change 11module github.com/hashicorp/consul
22
3- go 1.25.3
3+ go 1.25.4
44
55replace (
66 github.com/hashicorp/consul/api => ./api
Original file line number Diff line number Diff line change 11module github.com/hashicorp/consul
22
3- go 1.25.3
3+ go 1.25.4
44
55require google.golang.org/protobuf v1.28.1
Original file line number Diff line number Diff line change 11module github.com/hashicorp/consul/internal/tools/proto-gen-rpc-glue/e2e
22
3- go 1.25.3
3+ go 1.25.4
44
55replace github.com/hashicorp/consul => ./consul
66
Original file line number Diff line number Diff line change 11module github.com/hashicorp/consul/internal/tools/proto-gen-rpc-glue
22
3- go 1.25.3
3+ go 1.25.4
44
55require github.com/stretchr/testify v1.8.4
66
Original file line number Diff line number Diff line change 11module github.com/hashicorp/consul/internal/tools/protoc-gen-consul-rate-limit
22
3- go 1.25.3
3+ go 1.25.4
44
55replace github.com/hashicorp/consul/proto-public => ../../../proto-public
66
Original file line number Diff line number Diff line change 11module github.com/hashicorp/consul/proto-public
22
3- go 1.25.3
3+ go 1.25.4
44
55require (
66 google.golang.org/grpc v1.75.0
You can’t perform that action at this time.
0 commit comments