2019-01-30 14:43:40 +03:00
|
|
|
module github.com/micro/go-micro
|
|
|
|
|
|
|
|
require (
|
2019-02-23 19:29:15 +03:00
|
|
|
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2 // 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
|
|
|
|
github.com/hashicorp/memberlist v0.1.3
|
2019-02-23 19:29:15 +03:00
|
|
|
github.com/mattn/go-colorable v0.1.1 // indirect
|
2019-01-30 14:43:40 +03:00
|
|
|
github.com/micro/cli v0.1.0
|
|
|
|
github.com/micro/go-log v0.1.0
|
2019-02-23 19:29:15 +03:00
|
|
|
github.com/micro/go-rcache v0.2.1
|
2019-01-30 14:43:40 +03:00
|
|
|
github.com/micro/h2c v1.0.0
|
|
|
|
github.com/micro/mdns v0.1.0
|
2019-02-23 19:29:15 +03:00
|
|
|
github.com/micro/util v0.2.0
|
2019-01-30 14:43:40 +03:00
|
|
|
github.com/mitchellh/hashstructure v1.0.0
|
|
|
|
github.com/pkg/errors v0.8.1
|
2019-02-23 19:29:15 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20190222235706-ffb98f73852f // indirect
|
2019-02-13 16:32:55 +03:00
|
|
|
golang.org/x/net v0.0.0-20190213061140-3a22650c66bd
|
2019-02-23 19:29:15 +03:00
|
|
|
golang.org/x/sys v0.0.0-20190222171317-cd391775e71e // indirect
|
2019-01-30 14:43:40 +03:00
|
|
|
)
|