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>
This commit is contained in:
Josh Bleecher Snyder
2021-04-03 10:15:59 -07:00
committed by Jason A. Donenfeld
parent c27ff9b9f6
commit 64cb82f2b3
2 changed files with 7 additions and 1 deletions

2
go.mod
View File

@@ -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
)