-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: go mod download
needs a --verbose option
#38756
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
Comments
go mod download
needs a --verbose option
Please fill out the complete issue template. What information would you expect |
The same info as |
So what would |
fyi - there is |
i guess worst case scenario, go mod download -v could be an alias for go mod download -x?
and
so on 1.13, go mod -x download and go mod download -x don't work |
The |
I am stuck on 1.13 for the moment, unfortunately. but there should be a -v flag for both 1.13+ and 1.14+ pls :) |
Sorry, our policy is only to backport fixes for security issues, serious problems with no workaround, and documentation fixes. We won't backport But we still don't really understand what you want. If you need something different from |
go mod download
needs a --verbose optiongo mod download
needs a --verbose option
Ultimately I was expecting |
All module commands print information about modules being downloaded to stderr by default, so it doesn't seem like there's anything else to do here. |
go version 1.13
#12197
The text was updated successfully, but these errors were encountered: