2021-02-02 10:32:46 +01:00
|
|
|
module github.com/ooni/probe-cli/v3
|
2019-05-15 14:48:06 +02:00
|
|
|
|
2021-03-02 12:08:24 +01:00
|
|
|
go 1.16
|
2019-05-15 14:48:06 +02:00
|
|
|
|
|
|
|
require (
|
2021-10-20 18:16:40 +02:00
|
|
|
filippo.io/age v1.0.0
|
|
|
|
git.torproject.org/pluggable-transports/goptlib.git v1.2.0
|
|
|
|
git.torproject.org/pluggable-transports/snowflake.git v1.1.0
|
2019-05-15 14:48:06 +02:00
|
|
|
github.com/alecthomas/kingpin v2.2.6+incompatible
|
2021-10-20 18:16:40 +02:00
|
|
|
github.com/alecthomas/units v0.0.0-20210927113745-59d0afb8317a // indirect
|
2020-08-22 11:20:50 +02:00
|
|
|
github.com/apex/log v1.9.0
|
2021-04-05 17:41:15 +02:00
|
|
|
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
|
2021-03-03 14:42:17 +01:00
|
|
|
github.com/creack/goselect v0.1.2 // indirect
|
2021-10-20 18:16:40 +02:00
|
|
|
github.com/cretz/bine v0.2.0
|
2021-02-02 12:05:47 +01:00
|
|
|
github.com/dchest/siphash v1.2.2 // indirect
|
2021-10-20 18:16:40 +02:00
|
|
|
github.com/fatih/color v1.13.0
|
|
|
|
github.com/fsnotify/fsnotify v1.5.1 // indirect
|
2021-05-13 08:16:28 +02:00
|
|
|
github.com/google/go-cmp v0.5.5
|
2021-10-20 18:16:40 +02:00
|
|
|
github.com/google/martian/v3 v3.2.1
|
2021-02-02 12:05:47 +01:00
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
2021-10-20 18:16:40 +02:00
|
|
|
github.com/google/uuid v1.3.0
|
2021-02-02 12:05:47 +01:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2021-03-04 11:51:07 +01:00
|
|
|
github.com/hexops/gotextdiff v1.0.3
|
2021-10-20 18:16:40 +02:00
|
|
|
github.com/iancoleman/strcase v0.2.0
|
|
|
|
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
|
|
|
|
github.com/klauspost/reedsolomon v1.9.13 // indirect
|
|
|
|
github.com/lucas-clemente/quic-go v0.24.0
|
|
|
|
github.com/mattn/go-colorable v0.1.11
|
|
|
|
github.com/mattn/go-sqlite3 v1.14.9 // indirect
|
2020-11-13 06:58:39 +01:00
|
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
2021-10-20 18:16:40 +02:00
|
|
|
github.com/miekg/dns v1.1.43
|
2021-04-29 15:59:53 +02:00
|
|
|
github.com/mitchellh/go-wordwrap v1.0.1
|
2021-04-28 09:34:14 +02:00
|
|
|
github.com/montanaflynn/stats v0.6.6
|
2021-10-20 18:16:40 +02:00
|
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
|
|
github.com/ooni/oohttp v0.0.0-20211019141953-f1c2702fbb1e
|
|
|
|
github.com/ooni/probe-assets v0.5.0
|
|
|
|
github.com/ooni/psiphon v0.9.0
|
2021-03-03 14:42:17 +01:00
|
|
|
github.com/oschwald/geoip2-golang v1.5.0
|
2021-02-02 12:05:47 +01:00
|
|
|
github.com/pborman/getopt/v2 v2.1.0
|
|
|
|
github.com/pion/stun v0.3.5
|
2021-10-20 18:16:40 +02:00
|
|
|
github.com/pion/webrtc/v3 v3.1.5 // indirect
|
2020-01-28 10:05:54 +01:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-03-31 16:40:58 +02:00
|
|
|
github.com/rogpeppe/go-internal v1.8.0
|
2021-10-20 18:16:40 +02:00
|
|
|
github.com/rubenv/sql-migrate v0.0.0-20210614095031-55d5740dbbcc
|
2020-11-13 06:58:39 +01:00
|
|
|
github.com/sirupsen/logrus v1.7.0 // indirect
|
2021-10-20 18:16:40 +02:00
|
|
|
github.com/tjfoc/gmsm v1.4.1 // indirect
|
|
|
|
github.com/xtaci/smux v1.5.16 // indirect
|
2021-04-28 09:34:14 +02:00
|
|
|
github.com/ziutek/mymysql v1.5.4 // indirect
|
2021-05-13 08:16:28 +02:00
|
|
|
gitlab.com/yawning/obfs4.git v0.0.0-20210511220700-e330d1b7024b
|
2021-07-02 12:28:12 +02:00
|
|
|
gitlab.com/yawning/utls.git v0.0.12-1
|
2021-10-20 18:16:40 +02:00
|
|
|
golang.org/x/mod v0.5.1 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20211020060615-d418f374d309
|
|
|
|
golang.org/x/sys v0.0.0-20211020064051-0ec99a608a1b
|
2021-09-05 21:23:47 +02:00
|
|
|
golang.org/x/text v0.3.7 // indirect
|
2021-10-20 18:16:40 +02:00
|
|
|
golang.org/x/tools v0.1.7 // 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
|
|
|
)
|