Vasiliy Tolstov
eb952f937d
* use logger interface * update go-micro dependency Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
13 lines
328 B
Modula-2
13 lines
328 B
Modula-2
module github.com/micro/go-plugins/registry/gossip/v2
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.3.2
|
|
github.com/google/uuid v1.1.1
|
|
github.com/hashicorp/memberlist v0.1.5
|
|
github.com/micro/go-micro/v2 v2.1.2
|
|
github.com/mitchellh/hashstructure v1.0.0
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
|
|
)
|