1
0
mirror of https://github.com/go-acme/lego.git synced 2025-07-01 21:44:29 +02:00

codegangsta is now called urfave.

Update import paths for cli package.
This commit is contained in:
Benny Siegert
2016-07-13 21:03:47 +02:00
parent 58ead76066
commit 524e35dba6
3 changed files with 3 additions and 3 deletions

2
cli.go
View File

@ -10,7 +10,7 @@ import (
"strings"
"text/tabwriter"
"github.com/codegangsta/cli"
"github.com/urfave/cli"
"github.com/xenolf/lego/acme"
)