aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-03-05 15:06:08 -0700
committerJason A. Donenfeld <Jason@zx2c4.com>2021-03-08 21:04:09 -0700
commit20714ca4727547ed641f4570ef96f87796485e95 (patch)
tree54f94dc696661ee090934b2b4a07fe891b8e6b1a /go.mod
parentmod: rename COPYING to LICENSE (diff)
downloadwireguard-go-20714ca4727547ed641f4570ef96f87796485e95.tar.xz
wireguard-go-20714ca4727547ed641f4570ef96f87796485e95.zip
mod: bump x/sys
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 0aa27d8..b72bf67 100644
--- a/go.mod
+++ b/go.mod
@@ -4,6 +4,6 @@ go 1.16
require (
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
- golang.org/x/net v0.0.0-20210224082022-3d97a244fca7
- golang.org/x/sys v0.0.0-20210225014209-683adc9d29d7
+ golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
+ golang.org/x/sys v0.0.0-20210309040221-94ec62e08169
)