summaryrefslogtreecommitdiffstats
path: root/service/user/cookieHelper.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/user/cookieHelper.go')
-rw-r--r--service/user/cookieHelper.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/service/user/cookieHelper.go b/service/user/cookieHelper.go
index 940d5b3..7da7f65 100644
--- a/service/user/cookieHelper.go
+++ b/service/user/cookieHelper.go
@@ -2,11 +2,11 @@ package userService
import (
"errors"
- "github.com/ewhal/nyaa/db"
- "github.com/ewhal/nyaa/model"
- formStruct "github.com/ewhal/nyaa/service/user/form"
- "github.com/ewhal/nyaa/util/modelHelper"
- "github.com/ewhal/nyaa/util/timeHelper"
+ "github.com/NyaaPantsu/nyaa/db"
+ "github.com/NyaaPantsu/nyaa/model"
+ formStruct "github.com/NyaaPantsu/nyaa/service/user/form"
+ "github.com/NyaaPantsu/nyaa/util/modelHelper"
+ "github.com/NyaaPantsu/nyaa/util/timeHelper"
"github.com/gorilla/securecookie"
"golang.org/x/crypto/bcrypt"
"net/http"