go.mod per package (#450)

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-01-17 14:03:02 +03:00
parent 7b78f3e986
commit 4b120949dd
2 changed files with 602 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module github.com/micro/go-plugins/registry/gossip
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 v1.18.0
github.com/mitchellh/hashstructure v1.0.0
)