add rss service (#117)

* add rss service

* git ignore rss

* update readme

* go fmt

* maintain map by url

* make rss service multi-tenant
This commit is contained in:
Asim Aslam
2021-05-20 14:09:56 +01:00
committed by GitHub
parent 869f7d3deb
commit 1a4db7c673
16 changed files with 1516 additions and 0 deletions

2
go.mod
View File

@@ -4,6 +4,8 @@ go 1.14
require (
github.com/Masterminds/semver/v3 v3.1.1
github.com/PuerkitoBio/goquery v1.6.1
github.com/SlyMarbo/rss v1.0.1
github.com/disintegration/imaging v1.6.2
github.com/getkin/kin-openapi v0.26.0
github.com/gojuno/go.osrm v0.1.1-0.20200217151037-435fc3e1d3d4