update for latest micro

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-01-30 00:30:51 +03:00
parent 2f22fdbcf8
commit 68b760cf2c
19 changed files with 792 additions and 847 deletions

17
go.mod
View File

@@ -1,13 +1,14 @@
module github.com/micro/go-plugins/registry/gossip/v2
module github.com/unistack-org/micro-register-gossip/v3
go 1.13
require (
github.com/golang/protobuf v1.4.0
github.com/google/uuid v1.1.1
github.com/hashicorp/memberlist v0.1.5
github.com/micro/go-micro/v2 v2.9.1-0.20200716153311-f9bf56239306
github.com/mitchellh/hashstructure v1.0.0
github.com/golang/protobuf v1.4.3
github.com/google/btree v1.0.0 // indirect
github.com/google/uuid v1.2.0
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/hashicorp/memberlist v0.2.2
github.com/mitchellh/hashstructure v1.1.0
github.com/unistack-org/micro/v3 v3.2.5
google.golang.org/protobuf v1.25.0
)
replace github.com/coreos/etcd => github.com/ozonru/etcd v3.3.20-grpc1.27-origmodule+incompatible