diff options
Diffstat (limited to 'routers/admin/repos.go')
-rw-r--r-- | routers/admin/repos.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/routers/admin/repos.go b/routers/admin/repos.go index 5eacb5ed..11448a3e 100644 --- a/routers/admin/repos.go +++ b/routers/admin/repos.go @@ -5,10 +5,11 @@ package admin import ( + log "gopkg.in/clog.v1" + "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/setting" "github.com/gogits/gogs/routers" ) |