Update to ooni/probe-engine@v0.3.0
1. `go get -u github.com/ooni/probe-engine@v0.3.0` 2. `go mod tidy` 3. fix build failures
This commit is contained in:
parent
7d97e3115d
commit
8a1622d0c1
3 changed files with 182 additions and 58 deletions
2
go.mod
2
go.mod
|
|
@ -16,7 +16,7 @@ require (
|
|||
github.com/lib/pq v1.1.1 // indirect
|
||||
github.com/mattn/go-colorable v0.1.2
|
||||
github.com/mattn/go-sqlite3 v1.10.0 // indirect
|
||||
github.com/ooni/probe-engine v0.2.1-0.20191114165804-831e879ea56a
|
||||
github.com/ooni/probe-engine v0.3.0
|
||||
github.com/pkg/errors v0.8.1
|
||||
github.com/rubenv/sql-migrate v0.0.0-20190327083759-54bad0a9b051
|
||||
github.com/ziutek/mymysql v1.5.4 // indirect
|
||||
|
|
|
|||
Loading…
Reference in a new issue