ef4b1aee76
* go.mod go.sum: pin to ooni/probe-engine@v0.13.0, update all other deps Make sure dependencies of probe-engine are at the same exact version to which is probe-engine, to avoid any possible issue. * Readme.md: clarify the procedure for updating deps
18 lines
542 B
Modula-2
18 lines
542 B
Modula-2
module github.com/ooni/probe-cli
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/alecthomas/kingpin v2.2.6+incompatible
|
|
github.com/apex/log v1.3.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.13.0
|
|
github.com/pkg/errors v0.9.1
|
|
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.7.1+incompatible
|
|
)
|