go.mod: bump golang.org/x/sys to latest version

This adds the fixes for golang/go#41868 which are needed to build
wireguard without direct syscalls on macOS.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Tobias Klauser
2020-10-27 14:39:31 +01:00
committed by Jason A. Donenfeld
parent 58a8f05f50
commit 2057f19a61
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -5,6 +5,6 @@ go 1.13
require (
golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79
golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5
golang.org/x/sys v0.0.0-20201020230747-6e5568b54d1a
golang.org/x/sys v0.0.0-20201027130517-9d1ec526b7bf
golang.org/x/text v0.3.2
)