2019-05-15 14:48:06 +02:00
|
|
|
module github.com/ooni/probe-cli
|
|
|
|
|
2020-01-28 10:05:54 +01:00
|
|
|
go 1.13
|
2019-05-15 14:48:06 +02:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/alecthomas/kingpin v2.2.6+incompatible
|
2020-02-11 09:21:57 +01:00
|
|
|
github.com/apex/log v1.1.2
|
2020-02-22 15:23:20 +01:00
|
|
|
github.com/certifi/gocertifi v0.0.0-20200211180108-c7c1fbc02894 // indirect
|
2020-01-28 10:05:54 +01:00
|
|
|
github.com/fatih/color v1.9.0
|
2019-05-15 14:48:06 +02:00
|
|
|
github.com/getsentry/raven-go v0.0.0-20190419175539-919484f041ea
|
2019-12-26 17:51:31 +01:00
|
|
|
github.com/mattn/go-colorable v0.1.4
|
2020-02-27 14:34:13 +01:00
|
|
|
github.com/ooni/probe-engine v0.7.1-0.20200227133113-8ba2a70c5fe8
|
2020-01-28 10:05:54 +01:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-02-22 15:23:20 +01:00
|
|
|
github.com/rubenv/sql-migrate v0.0.0-20200212082348-64f95ea68aa3
|
|
|
|
gopkg.in/AlecAivazis/survey.v1 v1.8.8
|
2019-12-26 17:51:31 +01:00
|
|
|
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
|
2020-02-26 22:34:23 +01:00
|
|
|
upper.io/db.v3 v3.6.4+incompatible
|
2019-05-15 14:48:06 +02:00
|
|
|
)
|