diff options
Diffstat (limited to 'routes/user/profile.go')
-rw-r--r-- | routes/user/profile.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/routes/user/profile.go b/routes/user/profile.go index a6eba351..e42836c6 100644 --- a/routes/user/profile.go +++ b/routes/user/profile.go @@ -11,11 +11,11 @@ import ( "github.com/Unknwon/paginater" - "github.com/gogits/gogs/models" - "github.com/gogits/gogs/models/errors" - "github.com/gogits/gogs/pkg/context" - "github.com/gogits/gogs/pkg/setting" - "github.com/gogits/gogs/routes/repo" + "github.com/gogs/gogs/models" + "github.com/gogs/gogs/models/errors" + "github.com/gogs/gogs/pkg/context" + "github.com/gogs/gogs/pkg/setting" + "github.com/gogs/gogs/routes/repo" ) const ( |