diff options
Diffstat (limited to 'cmd/serve.go')
-rw-r--r-- | cmd/serve.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/serve.go b/cmd/serve.go index fbae10fd84..53d33b2edd 100644 --- a/cmd/serve.go +++ b/cmd/serve.go @@ -14,9 +14,9 @@ import ( "time" "github.com/Unknwon/com" - "github.com/codegangsta/cli" git "github.com/gogits/git-module" gouuid "github.com/satori/go.uuid" + "github.com/urfave/cli" "github.com/gogits/gogs/models" "github.com/gogits/gogs/modules/base" |