summaryrefslogtreecommitdiffstats
path: root/update.go
diff options
context:
space:
mode:
Diffstat (limited to 'update.go')
-rw-r--r--update.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/update.go b/update.go
index 1db703ad99..196ed3e632 100644
--- a/update.go
+++ b/update.go
@@ -10,9 +10,10 @@ import (
"strconv"
"github.com/codegangsta/cli"
+ qlog "github.com/qiniu/log"
+
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/modules/base"
- qlog "github.com/qiniu/log"
)
var CmdUpdate = cli.Command{