summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-12-10 02:00:03 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2018-12-10 04:04:19 +0100
commit849fa400e915ece69c4fbaed0f261b9b4efcb565 (patch)
tree188f5d3dd9266c620dc8e951b54d55550733f39d /go.mod
parenttun: remove nonblock hack for linux (diff)
downloadwireguard-go-849fa400e915ece69c4fbaed0f261b9b4efcb565.tar.xz
wireguard-go-849fa400e915ece69c4fbaed0f261b9b4efcb565.zip
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.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index d52cb0e..9dcbf7c 100644
--- a/go.mod
+++ b/go.mod
@@ -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
)