diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2020-10-27 14:39:31 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-10-27 16:20:09 +0100 |
commit | 2057f19a61cedbb0fef88823c832b04165325ab1 (patch) | |
tree | 9971a55d958be07c1d20a9b4ed6bf9be9137ab47 /go.mod | |
parent | 58a8f05f50b633bb45c7cc299c405618489c18ad (diff) |
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>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |