2019-03-26 13:44:38 +01:00
|
|
|
module github.com/nmiculinic/wg-quick-go
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/mdlayher/wireguardctrl v0.0.0-20190325182839-fcf15c501b90
|
|
|
|
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-03-29 12:59:45 +01:00
|
|
|
golang.org/x/sys v0.0.0-20190329044733-9eb1bfa1ce65
|
2019-03-26 13:44:38 +01:00
|
|
|
)
|