26 lines
961 B
Modula-2
26 lines
961 B
Modula-2
module github.com/mbobakov/grpc-consul-resolver
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/armon/go-metrics v0.3.2 // indirect
|
|
github.com/go-playground/form v3.1.4+incompatible
|
|
github.com/golang/mock v1.1.1
|
|
github.com/google/btree v1.0.0 // indirect
|
|
github.com/hashicorp/consul/api v1.3.0
|
|
github.com/hashicorp/go-immutable-radix v1.1.0 // indirect
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
github.com/hashicorp/serf v0.8.5 // indirect
|
|
github.com/jpillora/backoff v1.0.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 // indirect
|
|
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
google.golang.org/genproto v0.0.0-20200210034751-acff78025515 // indirect
|
|
google.golang.org/grpc v1.27.1
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
|
)
|