diff options
Diffstat (limited to 'routers/repo/repo.go')
-rw-r--r-- | routers/repo/repo.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/repo/repo.go b/routers/repo/repo.go index 74ee3c4f..8a088c98 100644 --- a/routers/repo/repo.go +++ b/routers/repo/repo.go @@ -11,6 +11,7 @@ import ( "strings" "github.com/Unknwon/com" + log "gopkg.in/clog.v1" "github.com/gogits/git-module" @@ -18,7 +19,6 @@ import ( "github.com/gogits/gogs/modules/auth" "github.com/gogits/gogs/modules/base" "github.com/gogits/gogs/modules/context" - "github.com/gogits/gogs/modules/log" "github.com/gogits/gogs/modules/setting" ) |