diff options
Diffstat (limited to 'routers/repo/branch.go')
-rw-r--r-- | routers/repo/branch.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/routers/repo/branch.go b/routers/repo/branch.go index 7bc75977..4f32429f 100644 --- a/routers/repo/branch.go +++ b/routers/repo/branch.go @@ -5,11 +5,12 @@ package repo import ( + log "gopkg.in/clog.v1" + "github.com/gogits/git-module" "github.com/gogits/gogs/modules/base" "github.com/gogits/gogs/modules/context" - "github.com/gogits/gogs/modules/log" ) const ( |