diff options
Diffstat (limited to 'routers/repo/view.go')
-rw-r--r-- | routers/repo/view.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/repo/view.go b/routers/repo/view.go index 3e49b3fa..e66575c9 100644 --- a/routers/repo/view.go +++ b/routers/repo/view.go @@ -13,13 +13,13 @@ import ( "strings" "github.com/Unknwon/paginater" + log "gopkg.in/clog.v1" "github.com/gogits/git-module" "github.com/gogits/gogs/models" "github.com/gogits/gogs/modules/base" "github.com/gogits/gogs/modules/context" - "github.com/gogits/gogs/modules/log" "github.com/gogits/gogs/modules/markdown" "github.com/gogits/gogs/modules/setting" "github.com/gogits/gogs/modules/template" |