mirror of https://github.com/status-im/consul.git
14 lines
335 B
Modula-2
14 lines
335 B
Modula-2
module test-sds-server
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/envoyproxy/go-control-plane v0.12.0
|
|
github.com/fatih/color v1.16.0 // indirect
|
|
github.com/hashicorp/consul v1.18.1
|
|
github.com/hashicorp/consul/sdk v0.16.0 // indirect
|
|
github.com/hashicorp/go-hclog v1.5.0
|
|
golang.org/x/net v0.24.0 // indirect
|
|
google.golang.org/grpc v1.58.3
|
|
)
|