chore: upgrade to go1.18.2 (#750)
I have not upgraded ooni/go yet because I am also checking whether it would be possible instead to use ooni/oocrypto as documented in the https://github.com/ooni/probe/issues/2106 issue. Closes https://github.com/ooni/probe/issues/2070 Closes https://github.com/ooni/probe/issues/2077
This commit is contained in:
parent
395961c4da
commit
a1df3b4070
23 changed files with 26 additions and 451 deletions
4
go.mod
4
go.mod
|
|
@ -27,7 +27,7 @@ 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/oohttp v0.0.0-20220519121528-b149a1255625
|
||||
github.com/ooni/oohttp v0.0.0-20220521113303-fb27ebcf5f1e
|
||||
github.com/ooni/probe-assets v0.9.0
|
||||
github.com/ooni/psiphon/tunnel-core v0.0.0-20220519122549-9c044eb6bd83
|
||||
github.com/oschwald/geoip2-golang v1.7.0
|
||||
|
|
@ -40,7 +40,7 @@ require (
|
|||
gitlab.com/yawning/obfs4.git v0.0.0-20220204003609-77af0cba934d
|
||||
gitlab.com/yawning/utls.git v0.0.12-1
|
||||
golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898
|
||||
golang.org/x/net v0.0.0-20220517181318-183a9ca12b87
|
||||
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2
|
||||
golang.org/x/sys v0.0.0-20220519141025-dcacdad47464
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue