File tree Expand file tree Collapse file tree 8 files changed +22
-22
lines changed
internal/tools/protoc-gen-consul-rate-limit
test/integration/consul-container Expand file tree Collapse file tree 8 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ retract (
1515require (
1616 github.com/go-viper/mapstructure/v2 v2.4.0
1717 github.com/google/go-cmp v0.6.0
18- github.com/hashicorp/consul/sdk v0.17.0-rc1
18+ github.com/hashicorp/consul/sdk v0.17.0
1919 github.com/hashicorp/go-cleanhttp v0.5.2
2020 github.com/hashicorp/go-hclog v1.5.0
2121 github.com/hashicorp/go-multierror v1.1.1
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ require (
1414 github.com/envoyproxy/go-control-plane v0.13.4
1515 github.com/envoyproxy/go-control-plane/envoy v1.32.3
1616 github.com/google/go-cmp v0.6.0
17- github.com/hashicorp/consul/api v1.33.0-rc2
18- github.com/hashicorp/consul/sdk v0.17.0-rc1
17+ github.com/hashicorp/consul/api v1.33.0
18+ github.com/hashicorp/consul/sdk v0.17.0
1919 github.com/hashicorp/go-hclog v1.5.0
2020 github.com/hashicorp/go-multierror v1.1.1
2121 github.com/hashicorp/go-version v1.2.1
Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ require (
4747 github.com/hashicorp/cap v0.10.0
4848 github.com/hashicorp/consul-awsauth v0.0.0-20250825122907-9e35fe9ded3a
4949 github.com/hashicorp/consul-net-rpc v0.0.0-20221205195236-156cfab66a69
50- github.com/hashicorp/consul/api v1.33.0-rc2
51- github.com/hashicorp/consul/envoyextensions v0.9.0-rc2
52- github.com/hashicorp/consul/proto-public v0.7.0-rc1
53- github.com/hashicorp/consul/sdk v0.17.0-rc1
54- github.com/hashicorp/consul/troubleshoot v0.8.0-rc2
50+ github.com/hashicorp/consul/api v1.33.0
51+ github.com/hashicorp/consul/envoyextensions v0.9.0
52+ github.com/hashicorp/consul/proto-public v0.7.0
53+ github.com/hashicorp/consul/sdk v0.17.0
54+ github.com/hashicorp/consul/troubleshoot v0.8.0
5555 github.com/hashicorp/go-bexpr v0.1.2
5656 github.com/hashicorp/go-checkpoint v0.5.0
5757 github.com/hashicorp/go-cleanhttp v0.5.2
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.25.3
55replace github.com/hashicorp/consul/proto-public => ../../../proto-public
66
77require (
8- github.com/hashicorp/consul/proto-public v0.7.0-rc1
8+ github.com/hashicorp/consul/proto-public v0.7.0
99 google.golang.org/protobuf v1.36.6
1010)
1111
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ go 1.25.3
44
55require (
66 github.com/google/go-cmp v0.7.0
7- github.com/hashicorp/consul/api v1.33.0-rc2
8- github.com/hashicorp/consul/proto-public v0.7.0-rc1
9- github.com/hashicorp/consul/sdk v0.17.0-rc1
7+ github.com/hashicorp/consul/api v1.33.0
8+ github.com/hashicorp/consul/proto-public v0.7.0
9+ github.com/hashicorp/consul/sdk v0.17.0
1010 github.com/hashicorp/consul/test/integration/consul-container v0.0.0-20230628201853-bdf4fad7c5a5
1111 github.com/hashicorp/consul/testing/deployer v0.0.0-20230811171106-4a0afb5d1373
1212 github.com/hashicorp/go-cleanhttp v0.5.2
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ require (
1111 github.com/go-jose/go-jose/v3 v3.0.4
1212 github.com/go-viper/mapstructure/v2 v2.4.0
1313 github.com/hashicorp/consul v1.16.1
14- github.com/hashicorp/consul/api v1.33.0-rc2
15- github.com/hashicorp/consul/envoyextensions v0.9.0-rc2
16- github.com/hashicorp/consul/sdk v0.17.0-rc1
14+ github.com/hashicorp/consul/api v1.33.0
15+ github.com/hashicorp/consul/envoyextensions v0.9.0
16+ github.com/hashicorp/consul/sdk v0.17.0
1717 github.com/hashicorp/consul/testing/deployer v0.0.0-20230811171106-4a0afb5d1373
1818 github.com/hashicorp/go-cleanhttp v0.5.2
1919 github.com/hashicorp/go-multierror v1.1.1
@@ -60,7 +60,7 @@ require (
6060 github.com/google/go-cmp v0.7.0 // indirect
6161 github.com/google/uuid v1.6.0 // indirect
6262 github.com/hashicorp/consul-server-connection-manager v0.1.12 // indirect
63- github.com/hashicorp/consul/proto-public v0.7.0-rc1 // indirect
63+ github.com/hashicorp/consul/proto-public v0.7.0 // indirect
6464 github.com/hashicorp/errwrap v1.1.0 // indirect
6565 github.com/hashicorp/go-hclog v1.6.3 // indirect
6666 github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ require (
66 github.com/avast/retry-go v3.0.0+incompatible
77 github.com/google/go-cmp v0.7.0
88 github.com/hashicorp/consul-server-connection-manager v0.1.12
9- github.com/hashicorp/consul/api v1.33.0-rc2
10- github.com/hashicorp/consul/proto-public v0.7.0-rc1
11- github.com/hashicorp/consul/sdk v0.17.0-rc1
9+ github.com/hashicorp/consul/api v1.33.0
10+ github.com/hashicorp/consul/proto-public v0.7.0
11+ github.com/hashicorp/consul/sdk v0.17.0
1212 github.com/hashicorp/go-cleanhttp v0.5.2
1313 github.com/hashicorp/go-hclog v1.5.0
1414 github.com/hashicorp/go-multierror v1.1.1
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ require (
2626 github.com/envoyproxy/go-control-plane/envoy v1.32.4
2727 github.com/envoyproxy/go-control-plane/ratelimit v0.1.0
2828 github.com/envoyproxy/go-control-plane/xdsmatcher v0.13.4
29- github.com/hashicorp/consul/api v1.33.0-rc2
30- github.com/hashicorp/consul/envoyextensions v0.9.0-rc2
31- github.com/hashicorp/consul/sdk v0.17.0-rc1
29+ github.com/hashicorp/consul/api v1.33.0
30+ github.com/hashicorp/consul/envoyextensions v0.9.0
31+ github.com/hashicorp/consul/sdk v0.17.0
3232 github.com/stretchr/testify v1.10.0
3333 google.golang.org/protobuf v1.36.4
3434)
You can’t perform that action at this time.
0 commit comments