Revert Wireguard TUN upgrade (needs work for vectorised reads)

This commit is contained in:
Neil Alexander 2023-10-11 23:52:39 +01:00
parent ed8ba584e2
commit 4f656685ef
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
2 changed files with 3 additions and 6 deletions

2
go.mod
View file

@ -17,7 +17,7 @@ require (
golang.org/x/net v0.17.0
golang.org/x/sys v0.13.0
golang.org/x/text v0.13.0
golang.zx2c4.com/wireguard v0.0.0-20231010133717-42ec952eadc2
golang.zx2c4.com/wireguard v0.0.0-20230223181233-21636207a675
golang.zx2c4.com/wireguard/windows v0.5.3
)