This allows us to pull this fix https://github.com/ooni/probe-engine/pull/375.

It's part of the QA for probe-cli https://github.com/ooni/probe/issues/1028.
This commit is contained in:
Simone Basso 2020-02-27 14:34:13 +01:00
commit 6b9353ebe1
2 changed files with 3 additions and 1 deletions

2
go.mod
View file

@ -9,7 +9,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.4
github.com/ooni/probe-engine v0.7.1-0.20200226205256-ae59c0578995
github.com/ooni/probe-engine v0.7.1-0.20200227133113-8ba2a70c5fe8
github.com/pkg/errors v0.9.1
github.com/rubenv/sql-migrate v0.0.0-20200212082348-64f95ea68aa3
gopkg.in/AlecAivazis/survey.v1 v1.8.8