cmd/go: missing 'go get' hint for 'go test' when go.sum entries are missing for transitive test dependencies #43572
Labels
FrozenDueToAge
modules
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
release-blocker
Milestone
(Noticed via #43454.)
For that last command, I think we should prompt the user to run
go get -d gonum.org/v1/gonum/graph/topo
or similar to download the transitive dependencies needed for the test.CC @jayconrod @matloob
The text was updated successfully, but these errors were encountered: