diff options
Diffstat (limited to 'routers/repo/editor.go')
-rw-r--r-- | routers/repo/editor.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/routers/repo/editor.go b/routers/repo/editor.go index b1678f68..82a2cb8c 100644 --- a/routers/repo/editor.go +++ b/routers/repo/editor.go @@ -11,12 +11,13 @@ import ( "path" "strings" + log "gopkg.in/clog.v1" + "github.com/gogits/git-module" "github.com/gogits/gogs/models" "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" "github.com/gogits/gogs/modules/template" ) |