2020-01-31 01:26:39 +03:00
|
|
|
module github.com/micro/go-plugins/registry/gossip/v2
|
2020-01-17 14:03:02 +03:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2020-06-02 13:32:58 +03:00
|
|
|
github.com/golang/protobuf v1.4.0
|
2020-01-17 14:03:02 +03:00
|
|
|
github.com/google/uuid v1.1.1
|
|
|
|
github.com/hashicorp/memberlist v0.1.5
|
2020-07-06 17:10:16 +03:00
|
|
|
github.com/micro/go-micro/v2 v2.9.1
|
2020-01-17 14:03:02 +03:00
|
|
|
github.com/mitchellh/hashstructure v1.0.0
|
|
|
|
)
|