cmd/go: go mod mvs: explain MVS selection #33124
Labels
FeatureRequest
GoCommand
cmd/go
modules
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Actually, I'm not sure if it should be
go mod mvs
, some different subcommand, or rolled into something likego mod why
. But, what I'd like is something like:I'm also not sure what the exact output should be. The above's output isn't great because it's not easily combined with things like
go mod graph
. Basically, I'm reaching for a way to get an explanation of which versions of modules were actually picked, and why they were picked.The text was updated successfully, but these errors were encountered: