2019-03-25 01:02:10 +01:00
|
|
|
module github.com/costela/wesher
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/hashicorp/errwrap v1.0.0
|
|
|
|
github.com/hashicorp/go-multierror v1.0.0
|
2019-03-27 00:26:59 +01:00
|
|
|
github.com/hashicorp/go-sockaddr v1.0.0
|
2019-03-25 01:02:10 +01:00
|
|
|
github.com/hashicorp/memberlist v0.1.3
|
|
|
|
github.com/mattn/go-isatty v0.0.7
|
|
|
|
github.com/sirupsen/logrus v1.3.0
|
|
|
|
github.com/stevenroose/gonfig v0.1.4
|
|
|
|
)
|