Update x/sys for go 1.17 (#438)
Updating x/sys so that this supports go 1.17. Once this is in here we will need to cut a new release. More context: https://github.com/Homebrew/homebrew-core/pull/83413 See also https://github.com/ooni/probe/issues/1737 Co-authored-by: Simone Basso <bassosimone@gmail.com>
This commit is contained in:
parent
a8e5ac4709
commit
143949afe6
2 changed files with 3 additions and 3 deletions
2
go.mod
2
go.mod
|
|
@ -42,7 +42,7 @@ require (
|
|||
gitlab.com/yawning/utls.git v0.0.12-1
|
||||
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf // indirect
|
||||
golang.org/x/net v0.0.0-20210510120150-4163338589ed
|
||||
golang.org/x/sys v0.0.0-20210511113859-b0526f3d8744
|
||||
golang.org/x/sys v0.0.0-20210817190340-bfb29a6856f2
|
||||
gopkg.in/AlecAivazis/survey.v1 v1.8.8
|
||||
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
|
||||
upper.io/db.v3 v3.8.0+incompatible
|
||||
|
|
|
|||
Loading…
Reference in a new issue