micro/go.mod

30 lines
1.1 KiB
Modula-2
Raw Normal View History

2019-01-30 14:43:40 +03:00
module github.com/micro/go-micro
require (
2019-02-07 15:42:45 +03:00
github.com/armon/go-radix v1.0.0 // indirect
2019-02-13 16:32:55 +03:00
github.com/go-log/log v0.1.0
2019-01-30 14:43:40 +03:00
github.com/golang/protobuf v1.2.0
github.com/google/uuid v1.1.0
github.com/hashicorp/consul v1.4.2
2019-02-07 15:42:45 +03:00
github.com/hashicorp/go-sockaddr v1.0.1 // indirect
2019-01-30 14:43:40 +03:00
github.com/hashicorp/memberlist v0.1.3
2019-02-07 15:42:45 +03:00
github.com/mattn/go-colorable v0.1.0 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
2019-01-30 14:43:40 +03:00
github.com/micro/cli v0.1.0
github.com/micro/go-log v0.1.0
github.com/micro/go-rcache v0.1.0
github.com/micro/h2c v1.0.0
github.com/micro/mdns v0.1.0
github.com/micro/util v0.1.0
2019-02-07 15:42:45 +03:00
github.com/miekg/dns v1.1.4 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
2019-01-30 14:43:40 +03:00
github.com/mitchellh/hashstructure v1.0.0
github.com/pkg/errors v0.8.1
2019-02-07 15:42:45 +03:00
github.com/posener/complete v1.2.1 // indirect
github.com/stretchr/objx v0.1.1 // indirect
2019-02-13 16:32:55 +03:00
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67 // indirect
golang.org/x/net v0.0.0-20190213061140-3a22650c66bd
golang.org/x/sys v0.0.0-20190213121743-983097b1a8a3 // indirect
2019-02-07 15:42:45 +03:00
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
2019-01-30 14:43:40 +03:00
)