diff options
Diffstat (limited to 'routes/user/setting.go')
-rw-r--r-- | routes/user/setting.go | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/routes/user/setting.go b/routes/user/setting.go index e9d8182d..ab947913 100644 --- a/routes/user/setting.go +++ b/routes/user/setting.go @@ -13,18 +13,18 @@ import ( "io/ioutil" "strings" - "github.com/Unknwon/com" + "github.com/unknwon/com" "github.com/pquerna/otp" "github.com/pquerna/otp/totp" log "gopkg.in/clog.v1" - "github.com/gogs/gogs/models" - "github.com/gogs/gogs/models/errors" - "github.com/gogs/gogs/pkg/context" - "github.com/gogs/gogs/pkg/form" - "github.com/gogs/gogs/pkg/mailer" - "github.com/gogs/gogs/pkg/setting" - "github.com/gogs/gogs/pkg/tool" + "gogs.io/gogs/models" + "gogs.io/gogs/models/errors" + "gogs.io/gogs/pkg/context" + "gogs.io/gogs/pkg/form" + "gogs.io/gogs/pkg/mailer" + "gogs.io/gogs/pkg/setting" + "gogs.io/gogs/pkg/tool" ) const ( |