micro/go.mod

29 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-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
golang.org/x/crypto v0.0.0-20190131182504-b8fe1690c613 // indirect
golang.org/x/net v0.0.0-20190206173232-65e2d4e15006
golang.org/x/sys v0.0.0-20190204203706-41f3e6584952 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
2019-01-30 14:43:40 +03:00
)