From b70ce77f74893d07d2524545377a5068b3be65ab Mon Sep 17 00:00:00 2001 From: an Date: Wed, 21 Feb 2018 11:03:28 +0000 Subject: [PATCH 1/5] =?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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/rss.go b/modules/rss.go index d0a756f..d449918 100644 --- a/modules/rss.go +++ b/modules/rss.go @@ -17,8 +17,8 @@ import ( "git.dnix.de/an/xlog" - gorss "github.com/jteeuwen/go-pkg-rss" - "github.com/jteeuwen/go-pkg-xmlx" + gorss "github.com/muesli/go-pkg-rss" + "github.com/muesli/go-pkg-xmlx" ) var hideOutput = true From 6ead6245585bec5bfdd579fb4426c2bc60b6d871 Mon Sep 17 00:00:00 2001 From: an Date: Wed, 21 Feb 2018 11:38:47 +0000 Subject: [PATCH 2/5] =?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 From cbc73d5703742a321bf1f356baf6845ff84eeed7 Mon Sep 17 00:00:00 2001 From: an Date: Wed, 21 Feb 2018 11:39:05 +0000 Subject: [PATCH 3/5] =?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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rss.go b/modules/rss.go index d138604..b2337cb 100644 --- a/modules/rss.go +++ b/modules/rss.go @@ -16,7 +16,7 @@ import ( "time" "git.dnix.de/an/xlog" - "git.dnix.de/an/rss" + "git.dnix.de/an/rss" "git.dnix.de/an/xmlx" ) From be76719e8dbecdd442793b803c4cfa57818794fd Mon Sep 17 00:00:00 2001 From: an Date: Thu, 22 Feb 2018 08:14:22 +0000 Subject: [PATCH 4/5] Changed 'modules/rss.go' --- modules/rss.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/rss.go b/modules/rss.go index b2337cb..6c23a69 100644 --- a/modules/rss.go +++ b/modules/rss.go @@ -16,8 +16,8 @@ import ( "time" "git.dnix.de/an/xlog" - "git.dnix.de/an/rss" - "git.dnix.de/an/xmlx" + "git.dnix.de/an/go-pkg-rss" + "git.dnix.de/an/go-pkg-xmlx" ) var hideOutput = true From 208f2d03774d1637ef66e1bf7ef41b7efcee0192 Mon Sep 17 00:00:00 2001 From: an Date: Thu, 22 Feb 2018 08:27:39 +0000 Subject: [PATCH 5/5] Changed 'modules/rss.go' --- modules/rss.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/rss.go b/modules/rss.go index 6c23a69..a29c341 100644 --- a/modules/rss.go +++ b/modules/rss.go @@ -16,8 +16,8 @@ import ( "time" "git.dnix.de/an/xlog" - "git.dnix.de/an/go-pkg-rss" - "git.dnix.de/an/go-pkg-xmlx" + gorss "git.dnix.de/an/go-pkg-rss" + xmlx "git.dnix.de/an/go-pkg-xmlx" ) var hideOutput = true