Update to probe-engine@v0.11.0
This also updates all the dependencies that needed it.
This commit is contained in:
parent
4da7860cbf
commit
76bb083ec4
2 changed files with 18 additions and 11 deletions
5
go.mod
5
go.mod
|
|
@ -5,13 +5,12 @@ go 1.14
|
|||
require (
|
||||
github.com/alecthomas/kingpin v2.2.6+incompatible
|
||||
github.com/apex/log v1.1.4
|
||||
github.com/certifi/gocertifi v0.0.0-20200211180108-c7c1fbc02894 // 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.6
|
||||
github.com/ooni/probe-engine v0.10.0
|
||||
github.com/ooni/probe-engine v0.11.0
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/rubenv/sql-migrate v0.0.0-20200402132117-435005d389bc
|
||||
github.com/rubenv/sql-migrate v0.0.0-20200429072036-ae26b214fa43
|
||||
gopkg.in/AlecAivazis/survey.v1 v1.8.8
|
||||
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
|
||||
upper.io/db.v3 v3.6.4+incompatible
|
||||
|
|
|
|||
Loading…
Reference in a new issue