update golang.org/x/sys to allow building on openbsd/mips64

This commit is contained in:
Marten Seemann
2021-01-01 11:43:19 +08:00
parent 602212e983
commit 71f0702237
3 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -17,6 +17,6 @@ require (
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20200707034311-ab3426394381
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299
golang.org/x/sys v0.0.0-20201231184435-2d18734c6014
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)