2021-08-24 12:48:30 +00:00
|
|
|
module test-sds-server
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2024-04-10 01:23:04 +00:00
|
|
|
github.com/envoyproxy/go-control-plane v0.12.0
|
2024-05-04 00:18:51 +00:00
|
|
|
github.com/fatih/color v1.16.0 // indirect
|
2024-05-03 19:09:40 +00:00
|
|
|
github.com/hashicorp/consul v1.18.1
|
|
|
|
github.com/hashicorp/consul/sdk v0.16.0 // indirect
|
2023-06-05 20:08:39 +00:00
|
|
|
github.com/hashicorp/go-hclog v1.5.0
|
2024-04-08 19:18:40 +00:00
|
|
|
golang.org/x/net v0.24.0 // indirect
|
2024-04-10 01:23:04 +00:00
|
|
|
google.golang.org/grpc v1.58.3
|
2021-08-24 12:48:30 +00:00
|
|
|
)
|