1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 17:05:48 +00:00

Fix import path

This commit is contained in:
Unknwon 2016-08-30 05:49:54 -07:00
parent e6ec1ca1f8
commit 16eb2eb6a3

View File

@ -22,7 +22,7 @@ import (
"strings"
"time"
"github.com/codegangsta/cli"
"github.com/urfave/cli"
)
var CmdCert = cli.Command{