summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2016-08-16 08:11:19 +0200
committerLaria Carolin Chabowski <laria@laria.me>2016-08-16 08:11:19 +0200
commit6623458f9b6f6fcf977409189667c1be17bf3aeb (patch)
treef7523536d1dd27788292c27f8e4779ae545c7cca /main.go
parentc5cf190a6cf9ffa83c5c7795e19e0f724f5597dd (diff)
downloadmailremind-master.tar.gz
mailremind-master.tar.bz2
mailremind-master.zip
rename github accountHEADmaster
Diffstat (limited to 'main.go')
-rw-r--r--main.go8
1 files changed, 4 insertions, 4 deletions
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"