summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2019-09-03 19:36:44 +0200
committerChristian Pointner <equinox@anytun.org>2019-09-03 19:36:44 +0200
commit2c7838def2a1338443fd73835ac01019398b219b (patch)
tree929aadab9ad0e1b099610bfcc35277b0b6d0a9a5 /go.mod
parentmake endpoint test work with more systems (diff)
move to go modulesHEADmaster
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 11 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..0f78508
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,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
+)