2021-02-02 10:32:46 +01:00
|
|
|
module github.com/ooni/probe-cli/v3
|
2019-05-15 14:48:06 +02:00
|
|
|
|
2020-03-10 12:02:30 +01:00
|
|
|
go 1.14
|
2019-05-15 14:48:06 +02:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/alecthomas/kingpin v2.2.6+incompatible
|
2020-12-07 11:51:09 +01:00
|
|
|
github.com/alecthomas/units v0.0.0-20201120081800-1786d5ef83d4 // indirect
|
2020-08-22 11:20:50 +02:00
|
|
|
github.com/apex/log v1.9.0
|
2020-09-30 10:54:58 +02:00
|
|
|
github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 // indirect
|
2020-11-13 06:58:39 +01:00
|
|
|
github.com/fatih/color v1.10.0
|
2019-05-15 14:48:06 +02:00
|
|
|
github.com/getsentry/raven-go v0.0.0-20190419175539-919484f041ea
|
2020-10-05 19:25:19 +02:00
|
|
|
github.com/mattn/go-colorable v0.1.8
|
2021-01-13 00:25:25 +01:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.6 // indirect
|
2020-11-13 06:58:39 +01:00
|
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
2021-01-13 00:25:25 +01:00
|
|
|
github.com/ooni/probe-engine v0.22.0
|
2020-01-28 10:05:54 +01:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-07-10 11:23:45 +02:00
|
|
|
github.com/rubenv/sql-migrate v0.0.0-20200616145509-8d140a17f351
|
2020-11-13 06:58:39 +01:00
|
|
|
github.com/sirupsen/logrus v1.7.0 // indirect
|
|
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
|
2021-01-14 18:32:05 +01:00
|
|
|
golang.org/x/sys v0.0.0-20210112091331-59c308dcf3cc
|
2020-11-13 06:58:39 +01:00
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
2020-02-22 15:23:20 +01:00
|
|
|
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
|
2021-01-13 00:25:25 +01:00
|
|
|
upper.io/db.v3 v3.8.0+incompatible
|
2019-05-15 14:48:06 +02:00
|
|
|
)
|