go.mod go.sum: update all dependencies (#107)

Closes https://github.com/ooni/probe/issues/1010
This commit is contained in:
Simone Basso 2020-02-11 09:21:57 +01:00 committed by GitHub
commit 028ff6ed63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 19 deletions

8
go.mod
View file

@ -4,14 +4,16 @@ go 1.13
require (
github.com/alecthomas/kingpin v2.2.6+incompatible
github.com/apex/log v1.1.1
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/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/ooni/probe-engine v0.5.1-0.20200130170101-82d287d3fa55
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/ooni/probe-engine v0.6.0
github.com/pkg/errors v0.9.1
github.com/rubenv/sql-migrate v0.0.0-20200119084958-8794cecc920c
github.com/rubenv/sql-migrate v0.0.0-20200210110325-c8d4be6f9bb7
gopkg.in/AlecAivazis/survey.v1 v1.8.7
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
upper.io/db.v3 v3.6.3+incompatible