2021-08-24 13:48:30 +01:00
|
|
|
module test-sds-server
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2023-10-30 08:44:22 -04:00
|
|
|
github.com/envoyproxy/go-control-plane v0.11.1
|
2023-06-05 16:08:39 -04:00
|
|
|
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
|
2023-10-16 17:49:04 -04:00
|
|
|
golang.org/x/net v0.17.0 // indirect
|
2023-12-21 15:11:19 -05:00
|
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
|
|
golang.org/x/text v0.14.0 // indirect
|
2023-10-30 08:44:22 -04:00
|
|
|
google.golang.org/grpc v1.56.3
|
2021-08-24 13:48:30 +01:00
|
|
|
)
|