-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
x/vgo: vgo depends on as-yet-unmerged cmd/go/internal/modfetch/gitrepo #25062
Comments
cc @rsc - not sure how the trybots passed here.... because downloading https://go-review.googlesource.com/c/vgo/+/107657 locally failed for me:
gives:
|
cc @bcmills too |
It seems that it need CL https://go-review.googlesource.com/c/vgo/+/107656 merged first. |
Sorry. We'll get there. |
https://go-review.googlesource.com/c/vgo/+/107656 is now submitted, |
Thanks - is it significant or not that the trybots passed for this, despite the build error? (I actually have no idea where to look to see what they're "try"-ing) |
What operating system and processor architecture are you using (
go env
)?go version go1.10.1 linux/amd64
What did you do?
go get -u golang.org/x/vgo
What did you see instead?
package cmd/go/internal/modfetch/gitrepo: unrecognized import path "cmd/go/internal/modfetch/gitrepo" (import path does not begin with hostname)
The text was updated successfully, but these errors were encountered: