Update all deps, pin to probe-engine@v0.7.0 (#114)
This commit is contained in:
parent
c38c01f974
commit
051aee1aac
2 changed files with 37 additions and 31 deletions
10
go.mod
10
go.mod
|
|
@ -4,17 +4,15 @@ go 1.13
|
|||
|
||||
require (
|
||||
github.com/alecthomas/kingpin v2.2.6+incompatible
|
||||
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
|
||||
github.com/apex/log v1.1.2
|
||||
github.com/certifi/gocertifi v0.0.0-20200104152315-a6d78f326758 // indirect
|
||||
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.4
|
||||
github.com/mattn/go-isatty v0.0.12 // indirect
|
||||
github.com/ooni/probe-engine v0.6.1-0.20200218083423-582fca34e7c5
|
||||
github.com/ooni/probe-engine v0.7.0
|
||||
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
|
||||
github.com/rubenv/sql-migrate v0.0.0-20200212082348-64f95ea68aa3
|
||||
gopkg.in/AlecAivazis/survey.v1 v1.8.8
|
||||
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
|
||||
upper.io/db.v3 v3.6.3+incompatible
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue