mirror of https://github.com/hashicorp/consul
parent
abe14f11e6
commit
94cc5ade65
@ -0,0 +1,17 @@
|
||||
go 1.21.7
|
||||
|
||||
// Note that the ./internal/tools/proto-gen-rpc-glue/e2e and ./internal/tools/proto-gen-rpc-glue/e2e/consul
|
||||
// modules are omitted because they cause problems due to the latter claiming to be the main consul module.
|
||||
use (
|
||||
.
|
||||
./api
|
||||
./envoyextensions
|
||||
./internal/tools/proto-gen-rpc-glue
|
||||
./internal/tools/protoc-gen-consul-rate-limit
|
||||
./proto-public
|
||||
./sdk
|
||||
./test/integration/connect/envoy/test-sds-server
|
||||
./test/integration/consul-container
|
||||
./testing/deployer
|
||||
./troubleshoot
|
||||
)
|
Loading…
Reference in new issue