2021-08-24 12:48:30 +00:00
|
|
|
module test-sds-server
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2023-06-05 20:08:39 +00:00
|
|
|
github.com/envoyproxy/go-control-plane v0.11.0
|
|
|
|
github.com/fatih/color v1.14.1 // 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
|
|
|
|
github.com/stretchr/testify v1.8.3 // indirect
|
|
|
|
golang.org/x/net v0.10.0 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
|
|
|
|
google.golang.org/grpc v1.55.0
|
2021-08-24 12:48:30 +00:00
|
|
|
)
|