summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-08-29 17:42:28 -0600
committerSimon Rozman <simon@rozman.si>2019-08-30 15:34:17 +0200
commit14df9c3e75fce5dcb709e46f860838cc88d4033a (patch)
treecd9d83f88b00f59304bda531c1db12c4ff94075e /go.mod
parentwintun: move ring constants into module (diff)
downloadwireguard-go-14df9c3e75fce5dcb709e46f860838cc88d4033a.tar.xz
wireguard-go-14df9c3e75fce5dcb709e46f860838cc88d4033a.zip
wintun: take mutex so that deletion uses the right name
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 4 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 5c37b80..0017afe 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,8 @@ module golang.zx2c4.com/wireguard
go 1.12
require (
- golang.org/x/crypto v0.0.0-20190617133340-57b3e21c3d56
- golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
- golang.org/x/sys v0.0.0-20190618155005-516e3c20635f
+ golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472
+ golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
+ golang.org/x/sys v0.0.0-20190830023255-19e00faab6ad
+ golang.org/x/text v0.3.2
)