mod: bump versions

This commit is contained in:
Jason A. Donenfeld
2019-09-21 21:13:54 +02:00
parent 01f8ef4e84
commit cb8d01f58a
9 changed files with 16 additions and 16 deletions

6
go.mod
View File

@@ -3,8 +3,8 @@ module golang.zx2c4.com/wireguard
go 1.12
require (
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/crypto v0.0.0-20191002192127-34f69633bfdc
golang.org/x/net v0.0.0-20191003171128-d98b1b443823
golang.org/x/sys v0.0.0-20191003212358-c178f38b412c
golang.org/x/text v0.3.2
)