From a66bd5af075304d50b0033841723c6fde7e1fc7c Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Thu, 16 Feb 2017 10:55:25 -0800 Subject: fix gofeed dep --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3