4c65147009
* Use ooni/probe-engine 0.16.0 * Update all the other dependencies * Use GitHub Actions rather than Travis CI * Automatically build and test binaries on the target OS (for Windows, macOS, Linux on amd64) * Make sure we correctly measure coverage * Make sure we use `-race` when running tests * Remove unnecessary scripts * Make sure the README is up-to-date * Write small script to update binary data and add GitHub Actions checks for it * Notice that we needed to run ./updatebindata.sh and run it * Self documenting instructions regarding cross compiling * Set version number to v3.0.7-beta Part of https://github.com/ooni/probe-engine/issues/748
22 lines
830 B
Modula-2
22 lines
830 B
Modula-2
module github.com/ooni/probe-cli
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/alecthomas/kingpin v2.2.6+incompatible
|
|
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
|
|
github.com/apex/log v1.9.0
|
|
github.com/certifi/gocertifi v0.0.0-20200211180108-c7c1fbc02894 // indirect
|
|
github.com/fatih/color v1.9.0
|
|
github.com/getsentry/raven-go v0.0.0-20190419175539-919484f041ea
|
|
github.com/mattn/go-colorable v0.1.7
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
|
github.com/ooni/probe-engine v0.16.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rubenv/sql-migrate v0.0.0-20200616145509-8d140a17f351
|
|
golang.org/x/sys v0.0.0-20200820212457-1fb795427249 // indirect
|
|
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
|
|
)
|