go.mod go.sum: pin to latest probe-engine with summary for tor
At this stage is fine to just pin to the latest master. I am planning on blessing periodic releases and it's fine to pin sometimes. I'm pinning this specific version because it currently supports the summary for experiment/tor, which @sarathms would benefit from.
This commit is contained in:
parent
6391e25154
commit
85e8b611da
2
go.mod
2
go.mod
|
@ -9,7 +9,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.4
|
||||
github.com/ooni/probe-engine v0.5.1-0.20200127201608-4d254f5b22b4
|
||||
github.com/ooni/probe-engine v0.5.1-0.20200130170101-82d287d3fa55
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/rubenv/sql-migrate v0.0.0-20200119084958-8794cecc920c
|
||||
gopkg.in/AlecAivazis/survey.v1 v1.8.7
|
||||
|
|
4
go.sum
4
go.sum
|
@ -315,8 +315,8 @@ github.com/onsi/gomega v1.7.0 h1:XPnZz8VVBHjVsy1vzJmRwIcSwiUO+JFfrv/xGiigmME=
|
|||
github.com/onsi/gomega v1.7.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
|
||||
github.com/ooni/netx v0.0.0-20200113102411-24ca17149d15 h1:IKvGfOA18bM66tZdy9Thnw2ea6bWRnyefkN4eJEvLVQ=
|
||||
github.com/ooni/netx v0.0.0-20200113102411-24ca17149d15/go.mod h1:vTJ7nYH2j51lX8yvhdLaHscvwz1GvWoiB26jYKEmqyA=
|
||||
github.com/ooni/probe-engine v0.5.1-0.20200127201608-4d254f5b22b4 h1:91f1b5aHIamIAFeJJifQUgh8soq1bWKJL3PXm2gPpBk=
|
||||
github.com/ooni/probe-engine v0.5.1-0.20200127201608-4d254f5b22b4/go.mod h1:APrWhUMGtwSuCgFEwor5em22K7hqXsW4rcLIend99d8=
|
||||
github.com/ooni/probe-engine v0.5.1-0.20200130170101-82d287d3fa55 h1:7Jfcsrt531+DrB+ktkTypRrpkxCEbfqdWNHjo6IqlmM=
|
||||
github.com/ooni/probe-engine v0.5.1-0.20200130170101-82d287d3fa55/go.mod h1:APrWhUMGtwSuCgFEwor5em22K7hqXsW4rcLIend99d8=
|
||||
github.com/openconfig/gnmi v0.0.0-20190823184014-89b2bf29312c/go.mod h1:t+O9It+LKzfOAhKTT5O0ehDix+MTqbtT0T9t+7zzOvc=
|
||||
github.com/openconfig/reference v0.0.0-20190727015836-8dfd928c9696/go.mod h1:ym2A+zigScwkSEb/cVQB0/ZMpU3rqiH6X7WRRsxgOGw=
|
||||
github.com/oschwald/geoip2-golang v1.4.0 h1:5RlrjCgRyIGDz/mBmPfnAF4h8k0IAcRv9PvrpOfz+Ug=
|
||||
|
|
Loading…
Reference in New Issue
Block a user