You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
go.opencensus.io@v0.19.1 still depends on very old versions of Google APIs, resulting in an eventual import of "github.com/golang/lint". See googleapis/google-cloud-go#1359 and golang/lint#436 for background.
There's been progress made in #1052 by dropping the google.golang.org/genproto@v0.0.0-20181219182458-5a97ab628bfb module, which was causing trouble. But it seems more needs to be done before one can safely do go get -u on this module.
Consider that the latest go.mod of this module has:
go.opencensus.io@v0.19.1 still depends on very old versions of Google APIs, resulting in an eventual import of "github.com/golang/lint". See googleapis/google-cloud-go#1359 and golang/lint#436 for background.
google.golang.org/api is on v0.2.0
cloud.google.com/go is on v0.37.0
google.golang.org/grpc is on v0.19.0
/cc @jadekler
The text was updated successfully, but these errors were encountered: