liuxiaolong
2022-06-28 37714b1093c04061e636e5b1d27179652e671c0a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/hashicorp/memberlist
 
go 1.12
 
require (
    github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da
    github.com/davecgh/go-spew v1.1.1 // indirect
    github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c
    github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
    github.com/hashicorp/go-msgpack v0.5.3
    github.com/hashicorp/go-multierror v1.0.0
    github.com/hashicorp/go-sockaddr v1.0.0
    github.com/miekg/dns v1.1.26
    github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c // indirect
    github.com/pmezard/go-difflib v1.0.0 // indirect
    github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529
    github.com/stretchr/testify v1.2.2
)