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:
parent
4a9034d907
commit
c38c01f974
3 changed files with 5 additions and 5 deletions
2
go.mod
2
go.mod
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue