Hacker News new | ask | show | jobs
by leo_bloom 1764 days ago
> We’ve also introduced pruned module graphs in this release. Modules that specify go 1.17 or higher in their go.mod file will have their module graphs include only the immediate dependencies of other Go 1.17 modules, not their full transitive dependencies.

This is a very welcome change and make the go.mod much more obvious to understand. Hooray!