cmd/go: track tool dependencies in go.mod · Issue #48429 · golang/go
UPDATE: 2024-07-29: the latest proposal can be found here. Background The current best-practice to track tool dependencies for a module is to add a tools.go file to your module that includes import...