File: go.mod

package info (click to toggle)
golang-github-hashicorp-serf 0.9.4~ds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-proposed-updates, bullseye, bullseye-backports
  • size: 1,340 kB
  • sloc: sh: 421; python: 11; makefile: 7
file content (22 lines) | stat: -rw-r--r-- 831 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/hashicorp/serf

go 1.12

require (
	github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e
	github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da
	github.com/armon/go-radix v1.0.0 // indirect
	github.com/fatih/color v1.9.0 // indirect
	github.com/hashicorp/go-msgpack v0.5.3
	github.com/hashicorp/go-multierror v1.1.0 // indirect
	github.com/hashicorp/go-syslog v1.0.0
	github.com/hashicorp/go-uuid v1.0.1 // indirect
	github.com/hashicorp/logutils v1.0.0
	github.com/hashicorp/mdns v1.0.1
	github.com/hashicorp/memberlist v0.2.2
	github.com/mattn/go-colorable v0.1.6 // indirect
	github.com/mitchellh/cli v1.1.0
	github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee
	github.com/posener/complete v1.2.3 // indirect
	github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f
)