12 lines
320 B
Modula-2
12 lines
320 B
Modula-2
|
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
|
||
|
)
|