wg-quicker/go.mod
Marvin Steadfast 104e72bd86
All checks were successful
continuous-integration/drone/push Build is passing
adds ability to kill a process of a userland wireguard-go
2021-04-16 14:21:36 +02:00

18 lines
655 B
Modula-2

module go.xsfx.dev/wg-quicker
go 1.16
require (
github.com/getlantern/byteexec v0.0.0-20170405023437-4cfb26ec74f4
github.com/getlantern/filepersist v0.0.0-20160317154340-c5f0cd24e799 // indirect
github.com/getlantern/golog v0.0.0-20201105130739-9586b8bde3a9 // indirect
github.com/sirupsen/logrus v1.4.0
github.com/spf13/cobra v1.1.1
github.com/stretchr/testify v1.5.1
github.com/vektra/mockery/v2 v2.7.4
github.com/vishvananda/netlink v1.0.0
github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc // indirect
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20191028205011-23406de29c08
)