diff options
Diffstat (limited to 'routers')
-rw-r--r-- | routers/repo/view.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/routers/repo/view.go b/routers/repo/view.go index 108e892b9b..f98eee037d 100644 --- a/routers/repo/view.go +++ b/routers/repo/view.go @@ -11,13 +11,13 @@ import ( "path/filepath" "strings" + "github.com/saintfish/chardet" + "github.com/gogits/gogs/modules/base" "github.com/gogits/gogs/modules/git" "github.com/gogits/gogs/modules/log" + "github.com/gogits/gogs/modules/mahonia" "github.com/gogits/gogs/modules/middleware" - - "code.google.com/p/mahonia" - "github.com/saintfish/chardet" ) const ( |