summaryrefslogtreecommitdiffstats
path: root/cmd/web.go
diff options
context:
space:
mode:
authorKim "BKC" Carlbäcker <kim.carlbacker@gmail.com>2016-08-30 13:57:58 +0200
committer无闻 <u@gogs.io>2016-08-30 04:57:58 -0700
commit4f4001913015cbdb5053960a2c750dc010d414da (patch)
treefc9ca8d7f271e81384d7877d62ceacc3124c731d /cmd/web.go
parent780cc2d11093e048e41f2d6da9d76f6c6ac4a5e2 (diff)
downloadgitea-4f4001913015cbdb5053960a2c750dc010d414da.tar.gz
gitea-4f4001913015cbdb5053960a2c750dc010d414da.zip
codegangsta/cli => urfave/cli (#3546)
Diffstat (limited to 'cmd/web.go')
-rw-r--r--cmd/web.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/web.go b/cmd/web.go
index 829607ee0e..3a1108a45c 100644
--- a/cmd/web.go
+++ b/cmd/web.go
@@ -15,7 +15,6 @@ import (
"path"
"strings"
- "github.com/codegangsta/cli"
"github.com/go-macaron/binding"
"github.com/go-macaron/cache"
"github.com/go-macaron/captcha"
@@ -26,6 +25,7 @@ import (
"github.com/go-macaron/toolbox"
"github.com/go-xorm/xorm"
"github.com/mcuadros/go-version"
+ "github.com/urfave/cli"
"gopkg.in/ini.v1"
"gopkg.in/macaron.v1"