summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2020-03-21 08:31:24 +1000
committerJames Mills <prologic@shortcircuit.net.au>2020-03-21 08:31:24 +1000
commit76fa613b7eaf1c8626d2a51901c623af7bf1a665 (patch)
tree4fc9dde70e7b451521eb0e9ece5cd4eedde4b922 /go.mod
parentd7a1eab5beba4241dab4402c5cd268432d7b46cd (diff)
Add command-line option parsing support and custom config file location
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 3cc7f71..951e578 100644
--- a/go.mod
+++ b/go.mod
@@ -7,6 +7,8 @@ require (
github.com/fsnotify/fsnotify v1.4.7
github.com/gorilla/feeds v1.1.1
github.com/gorilla/mux v1.7.2
+ github.com/sirupsen/logrus v1.4.2
+ github.com/spf13/pflag v1.0.5
github.com/wybiral/feeds v1.1.1
github.com/wybiral/torgo v0.0.0-20190413024533-a19a6c8a5048
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4