diff options
author | Adam Mathes <adam@trenchant.org> | 2017-02-16 10:55:25 -0800 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2017-02-16 10:55:25 -0800 |
commit | a66bd5af075304d50b0033841723c6fde7e1fc7c (patch) | |
tree | 8165e60c9a76ece317503dd664732e3762c06612 | |
parent | bd763cada02d04bcde16c53faec3352aff528002 (diff) | |
download | neko-a66bd5af075304d50b0033841723c6fde7e1fc7c.tar.gz neko-a66bd5af075304d50b0033841723c6fde7e1fc7c.tar.bz2 neko-a66bd5af075304d50b0033841723c6fde7e1fc7c.zip |
fix gofeed dep
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |