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

15 lines
378 B

module test-sds-server
go 1.16
require (
github.com/envoyproxy/go-control-plane v0.12.0
github.com/fatih/color v1.14.1 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/hashicorp/consul v1.15.2
github.com/hashicorp/go-hclog v1.5.0
github.com/hashicorp/go-uuid v1.0.3 // indirect
golang.org/x/net v0.24.0 // indirect
google.golang.org/grpc v1.58.3
)