Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

used for two different module paths #2339

Closed
mzmuer opened this issue Sep 28, 2018 · 1 comment
Closed

used for two different module paths #2339

mzmuer opened this issue Sep 28, 2018 · 1 comment

Comments

@mzmuer
Copy link

mzmuer commented Sep 28, 2018

Please answer these questions before submitting your issue.

What version of gRPC are you using?

v1.15.0

What version of Go are you using (go version)?

go version go1.11 windows/amd64

What operating system (Linux, Windows, …) and version?

windows10 version is 1803

What did you do?

If possible, provide a recipe for reproducing the error.

in my project file go.mod
replace (
    google.golang.org/grpc v1.15.0 => github.com/grpc/grpc-go v1.15.0
)

What did you expect to see?

normal run, replace 'golang.org/x/lint' to 'github.com/golang/lint'

What did you see instead?

go: github.com/golang/lint@v0.0.0-20180702182130-06c8688daad7 used for two different module paths (github.com/golang/lint and golang.org/x/lint)
@menghanl
Copy link
Contributor

menghanl commented Sep 28, 2018

Do you have other replace rules? The error message is about golang.org/x/lint, not grpc-go.

And this is not a gRPC issue. It's a go module issue, probably related to: golang/go#26904

@lock lock bot locked as resolved and limited conversation to collaborators Mar 27, 2019
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

2 participants