2019-03-25 01:02:10 +01:00
|
|
|
module github.com/costela/wesher
|
|
|
|
|
|
|
|
require (
|
2019-08-24 17:53:44 +02:00
|
|
|
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 // indirect
|
2019-08-06 21:53:38 +02:00
|
|
|
github.com/cenkalti/backoff v2.2.1+incompatible
|
2019-08-24 17:53:44 +02:00
|
|
|
github.com/google/btree v1.0.0 // indirect
|
|
|
|
github.com/hashicorp/go-immutable-radix v1.1.0 // indirect
|
|
|
|
github.com/hashicorp/go-msgpack v0.5.5 // indirect
|
|
|
|
github.com/hashicorp/go-sockaddr v1.0.2
|
|
|
|
github.com/hashicorp/go-uuid v1.0.1 // indirect
|
|
|
|
github.com/hashicorp/golang-lru v0.5.3 // indirect
|
2020-03-16 06:17:39 +01:00
|
|
|
github.com/hashicorp/memberlist v0.2.0
|
2019-08-24 17:53:44 +02:00
|
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
2020-01-27 06:17:54 +01:00
|
|
|
github.com/mattn/go-isatty v0.0.12
|
2020-01-20 06:20:00 +01:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-05-04 07:41:55 +02:00
|
|
|
github.com/sirupsen/logrus v1.6.0
|
2020-04-13 07:27:42 +02:00
|
|
|
github.com/stevenroose/gonfig v0.1.5
|
2019-08-24 17:53:44 +02:00
|
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
2020-01-20 06:19:25 +01:00
|
|
|
github.com/vishvananda/netlink v1.1.0
|
2020-04-19 13:37:49 +02:00
|
|
|
go.uber.org/multierr v1.5.0
|
|
|
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200324154536-ceff61240acf
|
2019-03-25 01:02:10 +01:00
|
|
|
)
|
2019-09-30 23:18:02 +02:00
|
|
|
|
|
|
|
go 1.13
|