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
While I suppose a cycling dependency is not a problem directly with go modules, it ultimately leads to including go.opencensus.io@v0.19.1, which then causes golang/lint#436 trough an old version of google.golang.org/genproto.
To be honest - I have no idea who should fix this, or how. Even if go.opencensus.io would update to google.golang.org/api@v0.3.0, that would still cycle back:
While looking at golang-migrate/migrate#202, I got stuck at
google.golang.org/api
.While I suppose a cycling dependency is not a problem directly with go modules, it ultimately leads to including
go.opencensus.io@v0.19.1
, which then causes golang/lint#436 trough an old version ofgoogle.golang.org/genproto
.To be honest - I have no idea who should fix this, or how. Even if
go.opencensus.io
would update togoogle.golang.org/api@v0.3.0
, that would still cycle back:The text was updated successfully, but these errors were encountered: