This diff forward ports adcb0f9ae3b9e074c301d4f7f0e8f2d0ef6466b9. Original commit message: - - - - ensure we use go1.17.3 in workflows - update to a version of ooni/oohttp that uses go1.17.3 This change WILL need to be forward ported to master. Closes https://github.com/ooni/probe/issues/1861
This commit is contained in:
parent
0d65438ea1
commit
4d80f7d9f0
19 changed files with 23 additions and 23 deletions
4
go.mod
4
go.mod
|
|
@ -32,7 +32,7 @@ require (
|
|||
github.com/mitchellh/go-wordwrap v1.0.1
|
||||
github.com/montanaflynn/stats v0.6.6
|
||||
github.com/onsi/ginkgo v1.16.5 // indirect
|
||||
github.com/ooni/oohttp v0.0.0-20211019141953-f1c2702fbb1e
|
||||
github.com/ooni/oohttp v0.0.0-20211110125146-9fc06c067bd6
|
||||
github.com/ooni/probe-assets v0.5.0
|
||||
github.com/ooni/psiphon v0.9.0
|
||||
github.com/oschwald/geoip2-golang v1.5.0
|
||||
|
|
@ -49,7 +49,7 @@ require (
|
|||
gitlab.com/yawning/obfs4.git v0.0.0-20210511220700-e330d1b7024b
|
||||
gitlab.com/yawning/utls.git v0.0.12-1
|
||||
golang.org/x/mod v0.5.1 // indirect
|
||||
golang.org/x/net v0.0.0-20211020060615-d418f374d309
|
||||
golang.org/x/net v0.0.0-20211109214657-ef0fda0de508
|
||||
golang.org/x/sys v0.0.0-20211020064051-0ec99a608a1b
|
||||
golang.org/x/text v0.3.7 // indirect
|
||||
golang.org/x/tools v0.1.7 // indirect
|
||||
|
|
|
|||
Loading…
Reference in a new issue