cmd/go: "mod why" does not use results of fetch-updated dependency graph #28363
Labels
FrozenDueToAge
GoCommand
cmd/go
modules
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
Please answer these questions before submitting your issue. Thanks!
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
)?What did you do?
We can see the committed
go.mod
andgo.sum
are not current:Revert to the committed version:
Now run a
go mod why -m
query:However, this is in the dependency graph, as is confirmed by running the same query again:
What did you expect to see?
The query to succeed first time around:
What did you see instead?
The text was updated successfully, but these errors were encountered: