2021-01-30 00:30:51 +03:00
|
|
|
module github.com/unistack-org/micro-register-gossip/v3
|
2020-01-17 14:03:02 +03:00
|
|
|
|
2021-02-19 00:15:20 +03:00
|
|
|
go 1.16
|
2020-01-17 14:03:02 +03:00
|
|
|
|
|
|
|
require (
|
2021-02-19 00:14:44 +03:00
|
|
|
github.com/armon/go-metrics v0.3.6 // indirect
|
2021-01-30 00:30:51 +03:00
|
|
|
github.com/google/btree v1.0.0 // indirect
|
|
|
|
github.com/google/uuid v1.2.0
|
2021-02-19 00:14:44 +03:00
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
|
|
github.com/hashicorp/go-immutable-radix v1.3.0 // indirect
|
|
|
|
github.com/hashicorp/go-msgpack v1.1.5 // indirect
|
|
|
|
github.com/hashicorp/go-multierror v1.1.0 // indirect
|
|
|
|
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
|
|
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
2021-03-25 01:22:40 +03:00
|
|
|
github.com/hashicorp/memberlist v0.2.3
|
2021-02-19 00:14:44 +03:00
|
|
|
github.com/miekg/dns v1.1.38 // indirect
|
|
|
|
github.com/mitchellh/hashstructure/v2 v2.0.1
|
2021-04-03 13:05:03 +03:00
|
|
|
github.com/unistack-org/micro/v3 v3.3.11
|
2021-02-19 00:14:44 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20210218145215-b8e89b74b9df // indirect
|
2021-03-18 05:10:29 +03:00
|
|
|
google.golang.org/protobuf v1.26.0
|
2020-01-17 14:03:02 +03:00
|
|
|
)
|