module github.com/jacksontj/memberlistmesh

go 1.12

require (
	github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
	github.com/hashicorp/go-sockaddr v1.0.2
	github.com/hashicorp/memberlist v0.1.4
	github.com/oklog/ulid v1.3.1
	github.com/pkg/errors v0.8.0
	github.com/prometheus/client_golang v0.9.2
	github.com/stretchr/testify v1.3.0
	k8s.io/klog v0.3.1
)
