wesher/go.mod

17 lines
597 B
Modula-2
Raw Normal View History

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
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/mdlayher/genetlink v0.0.0-20190617154021-985b2115c31a
github.com/pkg/errors v0.8.1
2019-03-25 01:02:10 +01:00
github.com/sirupsen/logrus v1.3.0
github.com/stevenroose/gonfig v0.1.4
github.com/vishvananda/netlink v1.0.0
github.com/vishvananda/netns v0.0.0-20190625233234-7109fa855b0f // indirect
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20190629151639-28f4e240be2d
2019-03-25 01:02:10 +01:00
)