fix import path for v2 release (#457)

* fix import path for v2 release

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-01-31 01:26:39 +03:00
parent 4b120949dd
commit ae543bc502
6 changed files with 129 additions and 9 deletions

5
go.mod
View File

@@ -1,4 +1,4 @@
module github.com/micro/go-plugins/registry/gossip
module github.com/micro/go-plugins/registry/gossip/v2
go 1.13
@@ -6,6 +6,7 @@ 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/micro/go-micro/v2 v2.0.0
github.com/mitchellh/hashstructure v1.0.0
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
)