diff options
Diffstat (limited to 'routes/admin/users.go')
-rw-r--r-- | routes/admin/users.go | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/routes/admin/users.go b/routes/admin/users.go index cfeb73de..f8237e3a 100644 --- a/routes/admin/users.go +++ b/routes/admin/users.go @@ -10,12 +10,12 @@ import ( "github.com/Unknwon/com" log "gopkg.in/clog.v1" - "github.com/gogits/gogs/models" - "github.com/gogits/gogs/pkg/context" - "github.com/gogits/gogs/pkg/form" - "github.com/gogits/gogs/pkg/mailer" - "github.com/gogits/gogs/pkg/setting" - "github.com/gogits/gogs/routes" + "github.com/gogs/gogs/models" + "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/routes" ) const ( |