forked from hashicorp/serf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
17 lines (16 loc) · 693 Bytes
/
go.mod
File metadata and controls
17 lines (16 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/hashicorp/serf
require (
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da
github.com/hashicorp/go-msgpack v0.5.3
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.0
github.com/hashicorp/memberlist v0.1.3
github.com/mitchellh/cli v1.0.0
github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee
github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f
github.com/stretchr/testify v1.3.0 // indirect
golang.org/x/net v0.0.0-20181201002055-351d144fa1fc // indirect
)