You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As noted in #28795 (comment), today we can use go mod graph to figure out which module imposes a particular version of a dependency, then use go mod why to figure out why that module is included.
However, that's two queries to answer what is logically a single question: “why was this version of the module selected?” Perhaps we should add a go mod why flag to answer that question more directly.