-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: go mod tidy -v does not print information about modules removed from go.sum #37924
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
Duplicate of #33284 |
Actually, maybe not. What information did you expect it to print? Ideally, please provide a code sample, such as a reference to a specific repository and commit, for which |
Hi, @bcmills For example, this repository (https://github.com/SunRunAway/testgomod) works normally.
But in this repository (https://github.com/SunRunAway/tidb/tree/964f9baa063c5ce282dfeee60678762e0bdc4c46), When I run
|
|
As far as I can tell this is working as documented, but please let us know if you have additional detail that may indicate a bug. |
Thank you for your patient explanation. Sorry for bothering you. |
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?
What did you expect to see?
Print information about removed modules as the documentation says
What did you see instead?
no information printed.
The text was updated successfully, but these errors were encountered: