summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-01-21 00:24:01 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2021-01-21 00:25:02 +0100
commitfcc8ad05df75d73f10f9aaa1c468a11a66a48f87 (patch)
tree2f4144d6fcf387b5e887c956157e4f9d621c41a3 /go.mod
parentnetstack: introduce new module for gvisor tcp tun adapter (diff)
downloadwireguard-go-fcc8ad05df75d73f10f9aaa1c468a11a66a48f87.tar.xz
wireguard-go-fcc8ad05df75d73f10f9aaa1c468a11a66a48f87.zip
netstack: further sequester with own go.mod and go.sum
In order to avoid even the flirtation with passing on these dependencies to ordinary consumers of wireguard-go, this commit makes a new go.mod that's entirely separate from the root one. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 0 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 10c0163..79fff5a 100644
--- a/go.mod
+++ b/go.mod
@@ -6,5 +6,4 @@ require (
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
golang.org/x/sys v0.0.0-20210105210732-16f7687f5001
- gvisor.dev/gvisor v0.0.0-20210109011639-2fb7a49fea98
)