diff options
Diffstat (limited to 'cmd/web.go')
-rw-r--r-- | cmd/web.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,6 +26,7 @@ import ( "github.com/go-xorm/xorm" "github.com/mcuadros/go-version" "github.com/urfave/cli" + log "gopkg.in/clog.v1" "gopkg.in/ini.v1" "gopkg.in/macaron.v1" @@ -36,7 +37,6 @@ import ( "github.com/gogits/gogs/modules/auth" "github.com/gogits/gogs/modules/bindata" "github.com/gogits/gogs/modules/context" - "github.com/gogits/gogs/modules/log" "github.com/gogits/gogs/modules/mailer" "github.com/gogits/gogs/modules/setting" "github.com/gogits/gogs/modules/template" |