go get -v github.com/ooni/probe-engine@v0.13.2 && go mod tidy
Part of https://github.com/ooni/probe-engine/issues/728
This commit is contained in:
parent
5dfd6a4bd5
commit
9902d74f19
2 changed files with 3 additions and 3 deletions
2
go.mod
2
go.mod
|
|
@ -8,7 +8,7 @@ require (
|
|||
github.com/fatih/color v1.9.0
|
||||
github.com/getsentry/raven-go v0.0.0-20190419175539-919484f041ea
|
||||
github.com/mattn/go-colorable v0.1.6
|
||||
github.com/ooni/probe-engine v0.13.1
|
||||
github.com/ooni/probe-engine v0.13.2
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/rubenv/sql-migrate v0.0.0-20200429072036-ae26b214fa43
|
||||
gopkg.in/AlecAivazis/survey.v1 v1.8.8
|
||||
|
|
|
|||
Loading…
Reference in a new issue