2019-01-30 14:43:40 +03:00
|
|
|
module github.com/micro/go-micro
|
|
|
|
|
|
|
|
require (
|
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
|
|
|
|
github.com/hashicorp/memberlist v0.1.3
|
|
|
|
github.com/micro/cli v0.1.0
|
|
|
|
github.com/micro/go-log v0.1.0
|
2019-02-13 17:41:01 +03:00
|
|
|
github.com/micro/go-rcache v0.2.0
|
2019-01-30 14:43:40 +03:00
|
|
|
github.com/micro/h2c v1.0.0
|
|
|
|
github.com/micro/mdns v0.1.0
|
|
|
|
github.com/micro/util v0.1.0
|
|
|
|
github.com/mitchellh/hashstructure v1.0.0
|
|
|
|
github.com/pkg/errors v0.8.1
|
2019-02-13 16:32:55 +03:00
|
|
|
golang.org/x/net v0.0.0-20190213061140-3a22650c66bd
|
2019-01-30 14:43:40 +03:00
|
|
|
)
|