aboutsummaryrefslogtreecommitdiff
path: root/go.sum
Commit message (Collapse)AuthorAgeFilesLines
* Prune gorilla muxRaúl Benencia13 days1-2/+0
|
* Prune aliceRaúl Benencia13 days1-2/+0
|
* Use slog loggingRaúl Benencia14 days1-6/+0
| | | | Drop go-kit/kit/log in favor of the now standard log/slog.
* build: use go 1.19 and tidy up depsRaul Benencia2023-01-041-733/+3
|
* build: update dependenciesRaul Benencia2023-01-041-0/+734
|
* Use Go ModulesMichael Aldridge2021-01-111-0/+20
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