aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAdam Mathes <adam@trenchant.org>2017-02-16 10:55:25 -0800
committerAdam Mathes <adam@trenchant.org>2017-02-16 10:55:25 -0800
commita66bd5af075304d50b0033841723c6fde7e1fc7c (patch)
tree8165e60c9a76ece317503dd664732e3762c06612 /Makefile
parentbd763cada02d04bcde16c53faec3352aff528002 (diff)
downloadneko-a66bd5af075304d50b0033841723c6fde7e1fc7c.tar.gz
neko-a66bd5af075304d50b0033841723c6fde7e1fc7c.tar.bz2
neko-a66bd5af075304d50b0033841723c6fde7e1fc7c.zip
fix gofeed dep
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4cc804e..a89613f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
SOURCES = $(wildcard *.go) $(wildcard */*.go)
BINARIES = nekoweb nekocrawl
-DEPS = github.com/SlyMarbo/rss github.com/abbot/go-http-auth github.com/axgle/mahonia github.com/go-sql-driver/mysql github.com/microcosm-cc/bluemonday
+DEPS = github.com/mmcdole/gofeed github.com/abbot/go-http-auth github.com/axgle/mahonia github.com/go-sql-driver/mysql github.com/microcosm-cc/bluemonday
default: $(BINARIES)