aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJosh Bleecher Snyder <josharian@gmail.com>2021-04-03 10:15:59 -0700
committerJason A. Donenfeld <Jason@zx2c4.com>2021-05-25 16:34:54 +0200
commit64cb82f2b3f5207f025a1c7ddf4d3043887d5712 (patch)
tree6c4ad65ae4b6f79659d5530e3a7285bc2e164f3c /go.mod
parentdevice: allow reducing queue constants on iOS (diff)
downloadwireguard-go-64cb82f2b3f5207f025a1c7ddf4d3043887d5712.tar.xz
wireguard-go-64cb82f2b3f5207f025a1c7ddf4d3043887d5712.zip
go.mod: bump golang.org/x/sys again
To pick up https://go-review.googlesource.com/c/sys/+/307129. Signed-off-by: Josh Bleecher Snyder <josharian@gmail.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index b72bf67..18769da 100644
--- a/go.mod
+++ b/go.mod
@@ -5,5 +5,5 @@ go 1.16
require (
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
- golang.org/x/sys v0.0.0-20210309040221-94ec62e08169
+ golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57
)