2019-03-25 01:02:10 +01:00
|
|
|
module github.com/costela/wesher
|
|
|
|
|
|
|
|
require (
|
2020-05-07 09:49:59 +02:00
|
|
|
github.com/armon/go-metrics v0.3.3 // 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
|
2020-05-07 09:49:59 +02:00
|
|
|
github.com/hashicorp/go-immutable-radix v1.2.0 // indirect
|
|
|
|
github.com/hashicorp/go-msgpack v1.1.5 // indirect
|
2019-08-24 17:53:44 +02:00
|
|
|
github.com/hashicorp/go-sockaddr v1.0.2
|
2020-05-07 09:49:59 +02:00
|
|
|
github.com/hashicorp/go-uuid v1.0.2 // indirect
|
|
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
|
|
github.com/hashicorp/memberlist v0.2.2
|
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
|
2020-05-07 09:49:59 +02:00
|
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
2020-01-20 06:19:25 +01:00
|
|
|
github.com/vishvananda/netlink v1.1.0
|
2020-04-19 13:37:49 +02:00
|
|
|
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
|