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/gox v0.4.0
	github.com/mitchellh/iochan v1.0.0 // indirect
	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
)