| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-25 | Manage tool versioning with Go modules (#161) | Joseph Richey | |
| See: https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module The tool code is never actually built, but the versions are still lock in `go.mod` and `go.sum`. We can also simplify the Makefile. | |||