wesher/go.mod

23 lines
814 B
Modula-2
Raw Normal View History

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
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
github.com/hashicorp/memberlist v0.2.0
github.com/mattn/go-isatty v0.0.12
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.6.0
github.com/stevenroose/gonfig v0.1.5
2019-08-24 17:53:44 +02:00
github.com/stretchr/testify v1.4.0 // indirect
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