wg-quicker/go.mod

22 lines
901 B
Modula-2
Raw Normal View History

module go.xsfx.dev/wg-quicker
2019-03-26 13:44:38 +01:00
go 1.16
2019-03-26 13:44:38 +01:00
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
2022-02-07 15:24:04 +01:00
github.com/kr/text v0.2.0 // indirect
2022-01-07 20:20:48 +01:00
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.3.0
2022-02-07 15:24:04 +01:00
github.com/stretchr/objx v0.2.0 // indirect
2022-01-07 20:20:48 +01:00
github.com/stretchr/testify v1.7.0
2019-03-26 13:44:38 +01:00
github.com/vishvananda/netlink v1.0.0
github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc // indirect
2022-02-07 15:24:04 +01:00
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
2022-01-07 20:20:48 +01:00
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
2019-10-30 18:04:10 +01:00
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20191028205011-23406de29c08
2022-02-07 15:24:04 +01:00
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
2019-03-26 13:44:38 +01:00
)