18 lines
577 B
Modula-2
18 lines
577 B
Modula-2
module myschools.me/suguo/consul-demo
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/armon/go-metrics v0.3.6 // indirect
|
|
github.com/fatih/color v1.10.0 // indirect
|
|
github.com/golang/protobuf v1.4.3
|
|
github.com/hashicorp/consul/api v1.8.1
|
|
github.com/hashicorp/go-hclog v0.15.0 // indirect
|
|
github.com/hashicorp/go-immutable-radix v1.3.0 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
|
golang.org/x/sys v0.0.0-20210122235752-a8b976e07c7b // indirect
|
|
google.golang.org/grpc v1.35.0
|
|
google.golang.org/protobuf v1.25.0
|
|
)
|