You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/test/integration/connect/envoy/test-sds-server/go.mod

10 lines
163 B

module test-sds-server
go 1.16
require (
github.com/envoyproxy/go-control-plane v0.9.9
github.com/hashicorp/go-hclog v0.16.2
google.golang.org/grpc v1.40.0
)