24 lines
872 B
Modula-2
24 lines
872 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/gin-gonic/gin v1.6.3
|
|
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/jonboulle/clockwork v0.2.2 // indirect
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
|
|
github.com/lestrrat-go/strftime v1.0.4 // indirect
|
|
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
|
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
|
|
github.com/sirupsen/logrus v1.4.2
|
|
golang.org/x/sys v0.0.0-20210122235752-a8b976e07c7b // indirect
|
|
google.golang.org/grpc v1.35.0
|
|
google.golang.org/protobuf v1.25.0
|
|
)
|