Upgrade all deps to the latest stable version

This commit is contained in:
Simone Basso 2020-07-21 15:48:02 +02:00
commit 552d8e73c2
2 changed files with 27 additions and 24 deletions

6
go.mod
View file

@ -4,11 +4,11 @@ go 1.14
require (
github.com/alecthomas/kingpin v2.2.6+incompatible
github.com/apex/log v1.4.0
github.com/apex/log v1.6.0
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.14.1
github.com/mattn/go-colorable v0.1.7
github.com/ooni/probe-engine v0.15.0
github.com/pkg/errors v0.9.1
github.com/rubenv/sql-migrate v0.0.0-20200616145509-8d140a17f351
gopkg.in/AlecAivazis/survey.v1 v1.8.8