You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wg-access-server/go.mod

17 lines
585 B
Modula-2

module github.com/place1/wireguard-access-server
go 1.13
require (
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/coreos/go-iptables v0.4.3
github.com/gorilla/mux v1.7.3
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.4.2
github.com/vishvananda/netlink v1.0.0
github.com/vishvananda/netns v0.0.0-20190625233234-7109fa855b0f // indirect
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20191008142428-8d021180e987
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)