go.mod: upgrade golang.org/x/sys for go1.17 support (#23406)

This commit is contained in:
ucwong
2021-08-23 19:45:16 +08:00
committed by GitHub
parent bb1f7ebf20
commit dfeb2f7e80
2 changed files with 3 additions and 2 deletions

2
go.mod
View File

@ -65,7 +65,7 @@ require (
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210423082822-04245dca01da
golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912
golang.org/x/text v0.3.6
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce