chore: use {go,oohttp,oocrypto} v1.18.5 (#872)
* chore: use {go,oohttp,oocrypto} v1.18.5
This diff pins OONI to use go1.18.5 and oohttp and oocrypto at
go1.18.5 as the version of go with which we build releases.
The same codebase also works with go1.19 although this configuration
cannot include Psiphon (see https://github.com/ooni/probe/issues/2222).
Closes https://github.com/ooni/probe/issues/2223.
* fix: use oocrypto@v0.1.1
This ensures we keep https://github.com/ooni/probe/issues/2122 fixed.
This commit is contained in:
parent
208ffa253b
commit
fe6d378a1f
4 changed files with 24 additions and 19 deletions
4
go.mod
4
go.mod
|
|
@ -25,8 +25,8 @@ require (
|
|||
github.com/mitchellh/go-wordwrap v1.0.1
|
||||
github.com/montanaflynn/stats v0.6.6
|
||||
github.com/ooni/go-libtor v1.1.5
|
||||
github.com/ooni/oocrypto v0.2.1
|
||||
github.com/ooni/oohttp v0.3.0
|
||||
github.com/ooni/oocrypto v0.1.1
|
||||
github.com/ooni/oohttp v0.2.1
|
||||
github.com/ooni/probe-assets v0.11.0
|
||||
github.com/ooni/psiphon/tunnel-core v0.0.0-20220819091114-7dccc0b6b6cd
|
||||
github.com/oschwald/geoip2-golang v1.8.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue