diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-12-10 02:00:03 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-12-10 04:04:19 +0100 |
commit | 849fa400e915ece69c4fbaed0f261b9b4efcb565 (patch) | |
tree | 188f5d3dd9266c620dc8e951b54d55550733f39d /go.mod | |
parent | 651744561e9e31197d8ebb59f97ab3dae3c39687 (diff) |
Update go x/ libraries
Android 9's Bionic disallows inotify_init with seccomp, so we want the
latest unix change, and while we're at it, we update the others too.
Reported-by: Berk D. Demir <bdd@mindcast.org>
Go CL: https://go-review.googlesource.com/c/sys/+/153318
Fixes: https://lists.zx2c4.com/pipermail/wireguard/2018-December/003642.html
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ module git.zx2c4.com/wireguard-go require ( - golang.org/x/crypto v0.0.0-20181001203147-e3636079e1a4 - golang.org/x/net v0.0.0-20181005035420-146acd28ed58 - golang.org/x/sys v0.0.0-20181005133103-4497e2df6f9e + golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 + golang.org/x/net v0.0.0-20181207154023-610586996380 + golang.org/x/sys v0.0.0-20181210030007-2a47403f2ae5 ) |