The pain that minimal version selection solves
Minimal version selection is an idea that Russ Cox proposed for how to resolve the dependencies of Go modules . When installing or updating dependencies, minimal version selection always selects the minimal (oldest) module version that satisfies the overall requirements of a build. Minimal version… Read more