1
0
mirror of https://github.com/go-acme/lego.git synced 2025-01-23 05:55:10 +02:00

Merge pull request #245 from bsiegert/master

codegangsta is now called urfave.
This commit is contained in:
xenolf 2016-07-21 03:40:32 +02:00 committed by GitHub
commit b12ce5e731
3 changed files with 3 additions and 3 deletions

2
cli.go
View File

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

View File

@ -13,7 +13,7 @@ import (
"strings" "strings"
"time" "time"
"github.com/codegangsta/cli" "github.com/urfave/cli"
"github.com/xenolf/lego/acme" "github.com/xenolf/lego/acme"
"github.com/xenolf/lego/providers/dns/cloudflare" "github.com/xenolf/lego/providers/dns/cloudflare"
"github.com/xenolf/lego/providers/dns/digitalocean" "github.com/xenolf/lego/providers/dns/digitalocean"

View File

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