aboutsummaryrefslogtreecommitdiff
path: root/tun/netstack/go.mod
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2021-10-22 00:04:20 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2021-10-22 13:22:29 -0600
commitf1f626090e3b30d502ed1baae6b1d86853571a5b (patch)
treeb984ddb8d814651b0442a336547711a4e2be8518 /tun/netstack/go.mod
parent82e0b734e5d28f96205de65fd2179e08fd91b1db (diff)
downloadwireguard-go-f1f626090e3b30d502ed1baae6b1d86853571a5b.tar.gz
wireguard-go-f1f626090e3b30d502ed1baae6b1d86853571a5b.zip
tun/netstack: update gvisor
Update gvisor to v0.0.0-20211020211948-f76a604701b6, which requires some changes to tun.go: WriteRawPacket: Add function with not implemented error. CreateNetTUN: Replace stack.AddAddress with stack.AddProtocolAddress, and fix IPv6 address in error message. Signed-off-by: Mikael Magnusson <mikma@users.sourceforge.net> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'tun/netstack/go.mod')
-rw-r--r--tun/netstack/go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/tun/netstack/go.mod b/tun/netstack/go.mod
index 3123eec..8db9f4b 100644
--- a/tun/netstack/go.mod
+++ b/tun/netstack/go.mod
@@ -7,5 +7,5 @@ require (
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
+ gvisor.dev/gvisor v0.0.0-20211020211948-f76a604701b6
)