aboutsummaryrefslogtreecommitdiffstats
path: root/tun/netstack/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'tun/netstack/go.mod')
-rw-r--r--tun/netstack/go.mod11
1 files changed, 0 insertions, 11 deletions
diff --git a/tun/netstack/go.mod b/tun/netstack/go.mod
deleted file mode 100644
index 3123eec..0000000
--- a/tun/netstack/go.mod
+++ /dev/null
@@ -1,11 +0,0 @@
-module golang.zx2c4.com/wireguard/tun/netstack
-
-go 1.16
-
-require (
- golang.org/x/net v0.0.0-20210423184538-5f58ad60dda6
- golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7 // indirect
- golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
- golang.zx2c4.com/wireguard v0.0.0-20210424170727-c9db4b7aaa22
- gvisor.dev/gvisor v0.0.0-20210506004418-fbfeba3024f0
-)