chore: use go1.17.10 (#740)

See https://github.com/ooni/probe/issues/2100
This commit is contained in:
Simone Basso 2022-05-19 14:41:36 +02:00 committed by GitHub
commit 5c2f031163
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 27 additions and 27 deletions

4
go.mod
View file

@ -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-20220412070944-b683bc0f8d53
github.com/ooni/oohttp v0.0.0-20220519121528-b149a1255625
github.com/ooni/probe-assets v0.8.0
github.com/ooni/psiphon/tunnel-core v0.0.0-20220412085408-7a0d17ea91f8
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-20220411220226-7b82a4e95df4
golang.org/x/net v0.0.0-20220412020605-290c469a71a5
golang.org/x/net v0.0.0-20220517181318-183a9ca12b87
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
)