File: go.mod

package info (click to toggle)
golang-github-hashicorp-memberlist 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 752 kB
  • sloc: sh: 38; makefile: 26
file content (19 lines) | stat: -rw-r--r-- 731 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
	golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
)