mirror of
https://github.com/go-micro/go-micro.git
synced 2025-01-17 17:44:30 +02:00
2653e7a977
* update etcd version * update mod version * update
12 lines
266 B
Modula-2
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
|
|
)
|