From 5263f1865fbadbbfa7eddb8ff2801054249d8568 Mon Sep 17 00:00:00 2001 From: Jean de Klerk Date: Mon, 8 Apr 2019 13:43:02 -0600 Subject: [PATCH] mod: switch to non-alpha future versions of opencensus The experiment proved mostly successful: we are able to remove github.com/golang/lint from our mod graph, but we not are able to GO111MODULE=on go get -u ./... on this repo. Filing an issue in golang/go for the remaining weirdness, for but now this is still forward progress. This will be tagged 0.3.1. Change-Id: I78a890a16175e544bc404d403932b452dbb27646 Reviewed-on: https://code-review.googlesource.com/c/google-api-go-client/+/39711 Reviewed-by: Tyler Bui-Palsulich --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 52301544166..b3657c28601 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module google.golang.org/api require ( github.com/google/go-cmp v0.2.0 - go.opencensus.io v0.20.1-alpha + go.opencensus.io v0.20.1 golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421 golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6