wg-quicker/go.mod

20 lines
739 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/golangci/golangci-lint v1.43.0
github.com/goreleaser/goreleaser v1.2.5
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.3.0
github.com/stretchr/testify v1.7.0
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-20211216021012-1d35b9e2eb4e
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20191028205011-23406de29c08
)