Skip to content

Commit 5263f18

Browse files
committed
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 <tbp@google.com>
1 parent 8d76bea commit 5263f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module google.golang.org/api
22

33
require (
44
github.com/google/go-cmp v0.2.0
5-
go.opencensus.io v0.20.1-alpha
5+
go.opencensus.io v0.20.1
66
golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f
77
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
88
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6

0 commit comments

Comments
 (0)