aboutsummaryrefslogtreecommitdiff
path: root/tun/netstack/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'tun/netstack/go.mod')
-rw-r--r--tun/netstack/go.mod17
1 files changed, 0 insertions, 17 deletions
diff --git a/tun/netstack/go.mod b/tun/netstack/go.mod
deleted file mode 100644
index 2bb679b..0000000
--- a/tun/netstack/go.mod
+++ /dev/null
@@ -1,17 +0,0 @@
-module golang.zx2c4.com/wireguard/tun/netstack
-
-go 1.18
-
-require (
- golang.org/x/net v0.0.0-20220225172249-27dd8689420f
- golang.zx2c4.com/wireguard v0.0.0-20220316235147-5aff28b14c24
- gvisor.dev/gvisor v0.0.0-20220817001344-846276b3dbc5
-)
-
-require (
- github.com/google/btree v1.0.1 // indirect
- golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
- golang.org/x/sys v0.0.0-20220315194320-039c03cc5b86 // indirect
- golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
- golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect
-)