-
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: do not resolve missing imports in 'go mod why' #26977
Comments
Maybe we can revisit in Go 1.12. |
seeing the same issue (with |
I think the fix here is to make That would also address the problem in #34432, in which an error in an unresolved dependency prevents CC @jayconrod |
Change https://golang.org/cl/255938 mentions this issue: |
Starting at https://github.com/FiloSottile/mkcert/tree/44af1b655699715a3468685d46b5ca530469a0c4
So far so good. It builds, and everything works.
Then I run
go mod why
(which does not answer me because I want #26968).And now a new line appeared in the
go.mod
, which does not seem something I should expect?The text was updated successfully, but these errors were encountered: