Start testing v3.0.8-beta

This beta release incorporates recent fixes in ooni/probe-engine that we
would like to test and ship relatively soon.

I'm doing this as part of https://github.com/ooni/explorer/issues/495
This commit is contained in:
Simone Basso 2020-10-05 19:25:19 +02:00
commit ad88fefe41
3 changed files with 7 additions and 7 deletions

4
go.mod
View file

@ -8,8 +8,8 @@ require (
github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 // indirect
github.com/fatih/color v1.9.0
github.com/getsentry/raven-go v0.0.0-20190419175539-919484f041ea
github.com/mattn/go-colorable v0.1.7
github.com/ooni/probe-engine v0.17.0
github.com/mattn/go-colorable v0.1.8
github.com/ooni/probe-engine v0.17.1-0.20201005153501-6ab179f494fb
github.com/pkg/errors v0.9.1
github.com/rubenv/sql-migrate v0.0.0-20200616145509-8d140a17f351
gopkg.in/AlecAivazis/survey.v1 v1.8.8