Open
Description
(Noticed while testing #45979.)
If a lazy module (#36460) is missing explicit requirements on indirect dependencies, we currently emit the error message:
go: updates to go.mod needed; to update it:
go mod tidy
This advice is correct, but it's too big a hammer — we should instead suggest go get
on the specific packages within the main repo whose transitive dependencies are missing.