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 /service/user/user.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 'service/user/user.go')
-rw-r--r-- | service/user/user.go | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/service/user/user.go b/service/user/user.go index ac0f945..c021a01 100644 --- a/service/user/user.go +++ b/service/user/user.go @@ -7,14 +7,14 @@ import ( "strconv" "time" - "github.com/ewhal/nyaa/config" - "github.com/ewhal/nyaa/db" - "github.com/ewhal/nyaa/model" - formStruct "github.com/ewhal/nyaa/service/user/form" - "github.com/ewhal/nyaa/service/user/permission" - "github.com/ewhal/nyaa/util/crypto" - "github.com/ewhal/nyaa/util/log" - "github.com/ewhal/nyaa/util/modelHelper" + "github.com/NyaaPantsu/nyaa/config" + "github.com/NyaaPantsu/nyaa/db" + "github.com/NyaaPantsu/nyaa/model" + formStruct "github.com/NyaaPantsu/nyaa/service/user/form" + "github.com/NyaaPantsu/nyaa/service/user/permission" + "github.com/NyaaPantsu/nyaa/util/crypto" + "github.com/NyaaPantsu/nyaa/util/log" + "github.com/NyaaPantsu/nyaa/util/modelHelper" "golang.org/x/crypto/bcrypt" ) |