-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
cmd/go: go.mod has non-....v2 module path error in master #33154
Comments
/cc @bcmills @jayconrod |
It's unfortunate, but the error message there is not wrong. A The That said, there may be something we can do for this case in the meantime. |
Change https://golang.org/cl/186617 mentions this issue: |
yes, the message is not wrong and the module path in the I opened the issue to point out how it's working on current release and you may or may not want to break the behaviour |
@aspacca, this should be fixed at head. Please let us know if you're still having trouble. |
@bcmills yes, build on head is now green. thank you very much, really appreciated |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
No reproducible other than go tip
it seems introduced by 24a6ca0
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Run the CI pipeline on travis-ci for github.com/dutchcoders/transfer.sh
(see https://travis-ci.org/dutchcoders/transfer.sh/jobs/559620389 and https://travis-ci.org/dutchcoders/transfer.sh/jobs/559603532)
What did you expect to see?
go get -t -u -v ./...
runs with no errorWhat did you see instead?
go get: upgrading gopkg.in/russross/blackfriday.v2@v2.0.1: gopkg.in/russross/blackfriday.v2@v2.0.1: invalid version: go.mod has non-....v2 module path "github.com/russross/blackfriday/v2" at revision v2.0.1
The text was updated successfully, but these errors were encountered: