summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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"