diff options
Diffstat (limited to 'tun/netstack/go.mod')
-rw-r--r-- | tun/netstack/go.mod | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tun/netstack/go.mod b/tun/netstack/go.mod new file mode 100644 index 0000000..0b4fbb1 --- /dev/null +++ b/tun/netstack/go.mod @@ -0,0 +1,9 @@ +module golang.zx2c4.com/wireguard/tun/netstack + +go 1.15 + +require ( + golang.org/x/net v0.0.0-20201110031124-69a78807bb2b + golang.zx2c4.com/wireguard v0.0.20201118 + gvisor.dev/gvisor v0.0.0-20210109011639-2fb7a49fea98 +) |