diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-07 19:58:01 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-07 19:58:01 -0400 |
commit | 25d6ae69d1cb392922b9d9dc0da1c17aef9a9db2 (patch) | |
tree | 4bc49d5520c52bf1ea6367cc0b80bf0065b920bc /routers | |
parent | f8977f4847b8df9feec1bb5913f75401d79db876 (diff) | |
download | gitea-25d6ae69d1cb392922b9d9dc0da1c17aef9a9db2.tar.gz gitea-25d6ae69d1cb392922b9d9dc0da1c17aef9a9db2.zip |
Remove hg dep
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 ( |