Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

go.mod: update deps #1064

Closed
broady opened this issue Mar 14, 2019 · 2 comments
Closed

go.mod: update deps #1064

broady opened this issue Mar 14, 2019 · 2 comments

Comments

@broady
Copy link

broady commented Mar 14, 2019

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.

go.opencensus.io@v0.19.1 google.golang.org/genproto@v0.0.0-20181219182458-5a97ab628bfb
go.opencensus.io@v0.19.1 cloud.google.com/go@v0.34.0
go.opencensus.io@v0.19.1 google.golang.org/api@v0.0.0-20181220000619-583d854617af

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

@bogdandrutu
Copy link
Contributor

Trying to do the update in #1052 but cannot pass on windows. Any idea? Otherwise we may disable appveyor for the moment.

@dmitshur
Copy link

dmitshur commented Mar 15, 2019

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:

google.golang.org/api v0.2.0

Yet that module version has a problem where it requires go.opencensus.io@v0.19.1, see googleapis/google-api-go-client#342.

It seems some coordination will need to happen to resolve the circular problem.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants