chore: update deps (probe-engine 0.22.0 et al.) (#190)
The CloseReport method is gone. We don't need to close reports anymore with the new OONI backend. The InputsRequired flags now is InputsOrQueryTestLists.
This commit is contained in:
parent
af4cbd1846
commit
acfa429127
4 changed files with 26 additions and 25 deletions
6
go.mod
6
go.mod
|
|
@ -10,9 +10,9 @@ require (
|
|||
github.com/fatih/color v1.10.0
|
||||
github.com/getsentry/raven-go v0.0.0-20190419175539-919484f041ea
|
||||
github.com/mattn/go-colorable v0.1.8
|
||||
github.com/mattn/go-sqlite3 v1.14.5 // indirect
|
||||
github.com/mattn/go-sqlite3 v1.14.6 // indirect
|
||||
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
||||
github.com/ooni/probe-engine v0.21.0
|
||||
github.com/ooni/probe-engine v0.22.0
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/rubenv/sql-migrate v0.0.0-20200616145509-8d140a17f351
|
||||
github.com/sirupsen/logrus v1.7.0 // indirect
|
||||
|
|
@ -20,5 +20,5 @@ require (
|
|||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
||||
gopkg.in/AlecAivazis/survey.v1 v1.8.8
|
||||
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
|
||||
upper.io/db.v3 v3.7.1+incompatible
|
||||
upper.io/db.v3 v3.8.0+incompatible
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue