-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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: cannot find module for path golang.org/x/mobile/event/mouse #35873
Comments
@sbinet thanks for the report. Have you tried to pass |
I tried a couple of times linux/darwin intertwined (w/ always the same result) so I wouldn't bet on a network issue, but, well, I have been known to be mistaken :) here it is:
(output slightly different b/c I am posting this from another linux machine) |
ah, and when I blank import |
Thanks - if we trust what Maybe clean the module cache ( |
here it is:
this behaviour is also showing up in a docker container:
|
ah, you're doing cross-compile while I was building on mac. |
From
|
This seems to be a bug in |
Thanks @jayconrod. Yes, I agree that this is a bug in Do we all agree that we close this bug? |
I'm working on a fix for #35946. I'll close this bug together with that one. The error message in |
Change https://golang.org/cl/209660 mentions this issue: |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes:
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I am trying to cross-compile this simple program from linux/amd64 to darwin/amd64:
seems vaguely related to:
the error with
master
is slightly different:line 42 is:
import "golang.org/x/mobile/event/mouse"
The text was updated successfully, but these errors were encountered: