aboutsummaryrefslogtreecommitdiff
path: root/go.mod
Commit message (Collapse)AuthorAgeFilesLines
* Use Go ModulesMichael Aldridge2021-01-111-0/+15
Go has made it clear that the official way to manage modules is to use the built in modules system, and `dep` is painfully slow. This commit replaces the `dep` control files with the files needed for go modules and has synced the vendor directory.
nihil fit ex nihilo