add parser to feeds service

This commit is contained in:
Asim Aslam
2021-02-27 20:14:17 +00:00
parent a453566c26
commit 984bc4fb87
4 changed files with 67 additions and 1 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ 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/getkin/kin-openapi v0.26.0
github.com/golang/protobuf v1.4.3