2026-04-03 1 分钟用 go list -m 看清项目依赖图很多 Go 模块问题不是不会改依赖,而是根本没看清当前项目到底依赖了谁。go list -m 是最直接的观察入口。#go-mod #dependency-management #go-list