build.sh: pass -tags ooni to build (#112)

See https://github.com/ooni/probe-engine/pull/333

Closes https://github.com/ooni/probe-engine/issues/267
This commit is contained in:
Simone Basso 2020-02-18 09:53:38 +01:00 committed by GitHub
commit c38c01f974
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

2
go.mod
View file

@ -11,7 +11,7 @@ require (
github.com/getsentry/raven-go v0.0.0-20190419175539-919484f041ea
github.com/mattn/go-colorable v0.1.4
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/ooni/probe-engine v0.6.0
github.com/ooni/probe-engine v0.6.1-0.20200218083423-582fca34e7c5
github.com/pkg/errors v0.9.1
github.com/rubenv/sql-migrate v0.0.0-20200210110325-c8d4be6f9bb7
gopkg.in/AlecAivazis/survey.v1 v1.8.7