mod: update deps

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld
2020-11-07 15:22:18 +01:00
parent a3b231b31e
commit c192b2eeec
2 changed files with 9 additions and 12 deletions

5
go.mod
View File

@@ -3,8 +3,7 @@ module golang.zx2c4.com/wireguard
go 1.13
require (
golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79
golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
golang.org/x/net v0.0.0-20201031054903-ff519b6c9102
golang.org/x/sys v0.0.0-20201107080550-4d91cf3a1aaf
golang.org/x/text v0.3.2
)