consul-demo/go.mod

24 lines
872 B
Modula-2
Raw Normal View History

2021-01-22 14:50:57 +00:00
module myschools.me/suguo/consul-demo
go 1.14
require (
2021-01-23 02:33:03 +00:00
github.com/armon/go-metrics v0.3.6 // indirect
github.com/fatih/color v1.10.0 // indirect
2021-01-23 05:57:51 +00:00
github.com/gin-gonic/gin v1.6.3
2021-01-22 14:50:57 +00:00
github.com/golang/protobuf v1.4.3
2021-01-23 02:33:03 +00:00
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
2021-01-23 05:57:51 +00:00
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
2021-01-23 02:33:03 +00:00
github.com/mitchellh/mapstructure v1.4.1 // indirect
2021-01-23 05:57:51 +00:00
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
2021-01-23 02:37:04 +00:00
github.com/sirupsen/logrus v1.4.2
2021-01-23 02:33:03 +00:00
golang.org/x/sys v0.0.0-20210122235752-a8b976e07c7b // indirect
2021-01-22 14:50:57 +00:00
google.golang.org/grpc v1.35.0
google.golang.org/protobuf v1.25.0
)