1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-01-17 17:44:30 +02:00
Jerry 2653e7a977
update pulgin registry mod version (#2121)
* update etcd version

* update mod version

* update
2021-02-08 08:56:39 +00:00

12 lines
266 B
Modula-2

module github.com/asim/go-micro/plugins/registry/gossip/v3
go 1.13
require (
github.com/asim/go-micro/v3 v3.5.0
github.com/golang/protobuf v1.4.2
github.com/google/uuid v1.2.0
github.com/hashicorp/memberlist v0.1.5
github.com/mitchellh/hashstructure v1.0.0
)