Pin to latest probe-engine and bless v3.0.0-rc.13

I'm pinning to ooni/probe-engine@72c12b0b81
because it generates more correct data and I think we're going to have
most likely this probe-cli version in the stable desktop release.
This commit is contained in:
Simone Basso 2020-04-06 13:22:10 +02:00
commit 4a563ebe13
3 changed files with 4 additions and 4 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.6
github.com/ooni/probe-engine v0.9.0
github.com/ooni/probe-engine v0.9.1-0.20200406111804-72c12b0b81bb
github.com/pkg/errors v0.9.1
github.com/rubenv/sql-migrate v0.0.0-20200402132117-435005d389bc
gopkg.in/AlecAivazis/survey.v1 v1.8.8