aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
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
+)
> 2014-04-24tests: we don't use aggregate-resultsJason A. Donenfeld1-57/+0 2014-04-24Don't prompt for questions when stdin is not a tty.Jason A. Donenfeld3-7/+6 2014-04-24Allow overridable bash.Jason A. Donenfeld16-16/+16 2014-04-24dmenu: check for empty instead of ret codeJason A. Donenfeld1-1/+1 2014-04-24tests: sed doesn't like escaped chars on non-gnuJason A. Donenfeld1-1/+1 2014-04-24tests: run from anywhereJason A. Donenfeld13-4/+16 2014-04-24Turns out aliases were a bad idea.Jason A. Donenfeld14-95/+92 2014-04-24Make gpg_opts an array.Jason A. Donenfeld1-12/+12 2014-04-24Shellcheck errors.Jason A. Donenfeld1-6/+6 2014-04-24tests: todo updateJason A. Donenfeld1-25/+0