aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-11-04 12:53:44 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2021-11-04 12:53:55 +0100
commit851efb1bb65555e0f765a3361c8eb5ac47435b19 (patch)
tree96afb123709bb25067fbd80a55ce7ad2cfe2ab21 /go.mod
parentc07dd60cdb8eb3fc87b63ed0938979e4e4fb6278 (diff)
downloadwireguard-go-851efb1bb65555e0f765a3361c8eb5ac47435b19.tar.gz
wireguard-go-851efb1bb65555e0f765a3361c8eb5ac47435b19.zip
tun: move wintun to its own repo
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 3 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 3de0c58..856bb6c 100644
--- a/go.mod
+++ b/go.mod
@@ -4,6 +4,7 @@ go 1.17
require (
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
- golang.org/x/net v0.0.0-20211020060615-d418f374d309
- golang.org/x/sys v0.0.0-20211020174200-9d6173849985
+ golang.org/x/net v0.0.0-20211101193420-4a448f8816b3
+ golang.org/x/sys v0.0.0-20211103235746-7861aae1554b
+ golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224
)