From fdc40e3cdb21aeda2e64ab23e4a9378b7144ac0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20H=C3=A4ggqvist?= Date: Tue, 10 Nov 2015 19:15:02 +0100 Subject: [PATCH] update dependency paths --- rss.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rss.go b/rss.go index 060de24..ae8430e 100644 --- a/rss.go +++ b/rss.go @@ -6,8 +6,8 @@ import ( "net/http" "time" - "github.com/suapapa/go-charset/charset" - _ "github.com/suapapa/go-charset/data" //initialize only + "github.com/paulrosania/go-charset/charset" + _ "github.com/paulrosania/go-charset/data" //initialize only ) const (