2019-03-26 13:44:38 +01:00
|
|
|
module github.com/nmiculinic/wg-quick-go
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/sirupsen/logrus v1.4.0
|
|
|
|
github.com/stretchr/testify v1.3.0
|
|
|
|
github.com/vishvananda/netlink v1.0.0
|
|
|
|
github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc // indirect
|
2019-10-30 18:04:10 +01:00
|
|
|
golang.org/x/sys v0.0.0-20191028164358-195ce5e7f934
|
|
|
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20191028205011-23406de29c08
|
2019-03-26 13:44:38 +01:00
|
|
|
)
|