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.
There's been progress made in #1052 by dropping the google.golang.org/[email protected] 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:
[email protected] 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: