mirror of https://github.com/hashicorp/consul
Michael Zalimeni
9 months ago
10 changed files with 17 additions and 54 deletions
@ -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