Upgrade to probe-engine@v0.13.0 and fix Psiphon logic (#138)
* go.mod go.sum: pin to ooni/probe-engine@v0.13.0, update all other deps Make sure dependencies of probe-engine are at the same exact version to which is probe-engine, to avoid any possible issue. * Readme.md: clarify the procedure for updating deps
This commit is contained in:
parent
b4934b1619
commit
ef4b1aee76
4 changed files with 36 additions and 30 deletions
2
go.mod
2
go.mod
|
|
@ -8,7 +8,7 @@ require (
|
|||
github.com/fatih/color v1.9.0
|
||||
github.com/getsentry/raven-go v0.0.0-20190419175539-919484f041ea
|
||||
github.com/mattn/go-colorable v0.1.6
|
||||
github.com/ooni/probe-engine v0.12.1-0.20200529160604-e768161f91db
|
||||
github.com/ooni/probe-engine v0.13.0
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/rubenv/sql-migrate v0.0.0-20200429072036-ae26b214fa43
|
||||
gopkg.in/AlecAivazis/survey.v1 v1.8.8
|
||||
|
|
|
|||
Loading…
Reference in a new issue