diff options
author | ayame-git <s.varezhkin.601@gmail.com> | 2017-05-17 20:23:48 +0300 |
---|---|---|
committer | ayame-git <s.varezhkin.601@gmail.com> | 2017-05-17 20:23:48 +0300 |
commit | fee304e9ecc08576428ed8b520ae29ff342ec8f2 (patch) | |
tree | ce01d4376e6cc1dfcf61ae307e8195b227373577 /router/userHandler.go | |
parent | d0456605be04c6f560be6a61d19abd6068ee02e3 (diff) | |
download | nyaa-origin/master.zip nyaa-origin/master.tar.gz nyaa-origin/master.tar.bz2 |
migrated masterorigin/master
Diffstat (limited to 'router/userHandler.go')
-rwxr-xr-x | router/userHandler.go | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/router/userHandler.go b/router/userHandler.go index a2cb075..6744559 100755 --- a/router/userHandler.go +++ b/router/userHandler.go @@ -5,13 +5,13 @@ import ( "net/http" "strconv" - "github.com/ewhal/nyaa/model" - "github.com/ewhal/nyaa/service/captcha" - "github.com/ewhal/nyaa/service/user" - "github.com/ewhal/nyaa/service/user/form" - "github.com/ewhal/nyaa/service/user/permission" - "github.com/ewhal/nyaa/util/languages" - "github.com/ewhal/nyaa/util/modelHelper" + "github.com/NyaaPantsu/nyaa/model" + "github.com/NyaaPantsu/nyaa/service/captcha" + "github.com/NyaaPantsu/nyaa/service/user" + "github.com/NyaaPantsu/nyaa/service/user/form" + "github.com/NyaaPantsu/nyaa/service/user/permission" + "github.com/NyaaPantsu/nyaa/util/languages" + "github.com/NyaaPantsu/nyaa/util/modelHelper" "github.com/gorilla/mux" ) |