15 lines
400 B
Modula-2
15 lines
400 B
Modula-2
module github.com/unistack-org/micro-register-gossip/v3
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
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.8
|
|
google.golang.org/protobuf v1.25.0
|
|
)
|