diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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" |