go.mod: pin to ooni/probe-engine@v0.18.0

This commit is contained in:
Simone Basso 2020-10-06 12:49:56 +02:00
commit acfbbd9dd5
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.8
github.com/ooni/probe-engine v0.17.1-0.20201005153501-6ab179f494fb
github.com/ooni/probe-engine v0.18.0
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