From 6623458f9b6f6fcf977409189667c1be17bf3aeb Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Tue, 16 Aug 2016 08:11:19 +0200 Subject: rename github account --- main.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index b44e7e5..6d384ce 100644 --- a/main.go +++ b/main.go @@ -6,10 +6,10 @@ import ( "fmt" "github.com/gorilla/mux" "github.com/gorilla/sessions" - "github.com/kch42/mailremind/confhelper" - "github.com/kch42/mailremind/model" - _ "github.com/kch42/mailremind/model/mysql" - "github.com/kch42/simpleconf" + "github.com/silvasur/mailremind/confhelper" + "github.com/silvasur/mailremind/model" + _ "github.com/silvasur/mailremind/model/mysql" + "github.com/silvasur/simpleconf" "log" "math/rand" "net/http" -- cgit v1.2.3-54-g00ecf