-
- Downloads
Additional Improvments
* Added ORM check to see if we have aready handles RSS items as Updated/Published times are often garbage.
* Fixed up dockerfile, we cant use Scratch as a base images as the ORM requires GCO
Signed-off-by:
Adam Harrison-Fuller <adam@adamhf.io>
... | ... | @@ -4,4 +4,5 @@ require ( |
github.com/xanzy/go-gitlab v0.16.1 | ||
github.com/mmcdole/gofeed v1.0.0-beta2 | ||
gopkg.in/yaml.v2 v2.2.2 | ||
github.com/jinzhu/gorm v1.9.2 | ||
) |
Please register or sign in to comment