1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-02 16:35:19 +02:00

codegangsta/cli => urfave/cli (#3546)

This commit is contained in:
Kim "BKC" Carlbäcker 2016-08-30 13:57:58 +02:00 committed by 无闻
parent 780cc2d110
commit 4f40019130
11 changed files with 11 additions and 12 deletions

View file

@ -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"