diff options
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ import ( "os" "runtime" - "github.com/codegangsta/cli" + "github.com/urfave/cli" "github.com/gogits/gogs/cmd" "github.com/gogits/gogs/modules/setting" |