From 6ead6245585bec5bfdd579fb4426c2bc60b6d871 Mon Sep 17 00:00:00 2001 From: an Date: Wed, 21 Feb 2018 11:38:47 +0000 Subject: [PATCH] =?UTF-8?q?'modules/rss.go'=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/rss.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/rss.go b/modules/rss.go index d449918..d138604 100644 --- a/modules/rss.go +++ b/modules/rss.go @@ -16,9 +16,8 @@ import ( "time" "git.dnix.de/an/xlog" - - gorss "github.com/muesli/go-pkg-rss" - "github.com/muesli/go-pkg-xmlx" + "git.dnix.de/an/rss" + "git.dnix.de/an/xmlx" ) var hideOutput = true