From 4a563ebe1396c1d368d5e8cfff52fe73c78a899f Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Mon, 6 Apr 2020 13:22:10 +0200 Subject: [PATCH] Pin to latest probe-engine and bless v3.0.0-rc.13 I'm pinning to ooni/probe-engine@72c12b0b81bbbbf814ccec7f75190268a49960f8 because it generates more correct data and I think we're going to have most likely this probe-cli version in the stable desktop release. --- go.mod | 2 +- go.sum | 4 ++-- version/version.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index d44e328..c378183 100644 --- a/go.mod +++ b/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.6 - github.com/ooni/probe-engine v0.9.0 + github.com/ooni/probe-engine v0.9.1-0.20200406111804-72c12b0b81bb github.com/pkg/errors v0.9.1 github.com/rubenv/sql-migrate v0.0.0-20200402132117-435005d389bc gopkg.in/AlecAivazis/survey.v1 v1.8.8 diff --git a/go.sum b/go.sum index 12703bd..83309d0 100644 --- a/go.sum +++ b/go.sum @@ -391,8 +391,8 @@ github.com/onsi/gomega v1.5.0 h1:izbySO9zDPmjJ8rDjLvkA2zJHIo+HkYXHnf7eN7SSyo= github.com/onsi/gomega v1.5.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= 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/probe-engine v0.9.0 h1:AGhVxViES1eJlXc1+cvKO0xiBoYgcoT2vI/y0rDmlKc= -github.com/ooni/probe-engine v0.9.0/go.mod h1:B0l5O1IEPB7pmXZIpoObIeGu/jpaDM1vifX87vtNNfw= +github.com/ooni/probe-engine v0.9.1-0.20200406111804-72c12b0b81bb h1:0crM3GErET0vqe9FDA2ACUOFfYdJOhnKMHtCgEhAVYk= +github.com/ooni/probe-engine v0.9.1-0.20200406111804-72c12b0b81bb/go.mod h1:B0l5O1IEPB7pmXZIpoObIeGu/jpaDM1vifX87vtNNfw= github.com/op/go-logging v0.0.0-20160315200505-970db520ece7/go.mod h1:HzydrMdWErDVzsI23lYNej1Htcns9BCg93Dk0bBINWk= 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= diff --git a/version/version.go b/version/version.go index 2fb3ce3..1e445fa 100644 --- a/version/version.go +++ b/version/version.go @@ -3,7 +3,7 @@ package version const ( // Version is the software version - Version = "3.0.0-rc.12" + Version = "3.0.0-rc.13" // UserAgent is the OONI user-agent header UserAgent = "ooniprobe-desktop/" + Version