| 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. | |||
| 2018-08-30 | Update dependancies to lastest version | Joe Richey joerichey@google.com | |
| 2018-08-30 | Transition from dep to golang's module system | Joe Richey joerichey@google.com | |