toolman helps tracking tool dependencies for a Go module.
go get -u github.com/execjosh/toolmanTo initialize a new tools.go with:
toolman -initTo start tracking a tool with:
toolman -add github.com/google/wire/cmd/wire
go mod tidyTo install all of the tools from a tools.go:
toolman