summaryrefslogtreecommitdiff
path: root/go.mod
blob: 0f78508ce98055ce2486e44ab33f1829112afa3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
module go.anytun.org/anygone

go 1.12

require (
	github.com/lab11/go-tuntap v0.0.0-20180910222439-496040da82ee
	github.com/spf13/pflag v1.0.3
	github.com/vishvananda/netlink v1.0.0
	github.com/vishvananda/netns v0.0.0-20190625233234-7109fa855b0f // indirect
	golang.org/x/sys v0.0.0-20190902133755-9109b7679e13 // indirect
)