aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-04-19 01:12:25 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-04-19 01:12:25 +0200
commit8984dc3ca7dc72a1cf563ccc6fc85fbeb231117e (patch)
treee5322144c7aa324a01440f38f38a3d0d8ed8315a /go.mod
parent02c4c6e73cc97c7aefd70ebf7be9e7e6479b2f01 (diff)
downloadfeed2imap-go-8984dc3ca7dc72a1cf563ccc6fc85fbeb231117e.tar.gz
feed2imap-go-8984dc3ca7dc72a1cf563ccc6fc85fbeb231117e.tar.bz2
feed2imap-go-8984dc3ca7dc72a1cf563ccc6fc85fbeb231117e.zip
Fetching and parsing the feeds
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod9
1 files changed, 8 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 94ac420..5bd00f2 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,11 @@ module github.com/Necoro/feed2imap-go
go 1.14
-require gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
+require (
+ github.com/PuerkitoBio/goquery v1.5.1 // indirect
+ github.com/mmcdole/gofeed v1.0.0-beta2.0.20200331235650-4298e4366be3
+ github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf // indirect
+ golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
+ golang.org/x/text v0.3.2 // indirect
+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
+)