summary refs log tree commit diff stats
path: root/registry/fetch.go
Commit message (Collapse)AuthorAgeFilesLines
* dealing with time is hard v0.4.15Ben Morrison2020-06-251-1/+13
|
* handling datetime edge case where seconds are missingBen Morrison2020-06-241-0/+5
|
* conditionally parsing datestamp as either rfc3339Nano or rfc3339 v0.4.14Ben Morrison2020-06-211-8/+7
|
* updating module to live at sourcehutBen Morrison2020-06-201-0/+277
Also moving the 'registry' library into this repo, rather than maintaining them separately. It will still be decoupled, just live in this repository.