go.mod go.sum: pin to latest probe-engine with summary for tor

At this stage is fine to just pin to the latest master. I am planning on
blessing periodic releases and it's fine to pin sometimes.

I'm pinning this specific version because it currently supports the
summary for experiment/tor, which @sarathms would benefit from.
This commit is contained in:
Simone Basso 2020-01-30 18:12:53 +01:00
commit 85e8b611da
2 changed files with 3 additions and 3 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.5.1-0.20200127201608-4d254f5b22b4
github.com/ooni/probe-engine v0.5.1-0.20200130170101-82d287d3fa55
github.com/pkg/errors v0.9.1
github.com/rubenv/sql-migrate v0.0.0-20200119084958-8794cecc920c
gopkg.in/AlecAivazis/survey.v1 v1.8.7