Skip to content

Commit

Permalink
Merge pull request go-acme#245 from bsiegert/master
Browse files Browse the repository at this point in the history
codegangsta is now called urfave.
  • Loading branch information
xenolf authored Jul 21, 2016
2 parents e2f3411 + 524e35d commit b12ce5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"strings"
"text/tabwriter"

"github.com/codegangsta/cli"
"github.com/urfave/cli"
"github.com/xenolf/lego/acme"
)

Expand Down
2 changes: 1 addition & 1 deletion cli_handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"strings"
"time"

"github.com/codegangsta/cli"
"github.com/urfave/cli"
"github.com/xenolf/lego/acme"
"github.com/xenolf/lego/providers/dns/cloudflare"
"github.com/xenolf/lego/providers/dns/digitalocean"
Expand Down
2 changes: 1 addition & 1 deletion configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"path"
"strings"

"github.com/codegangsta/cli"
"github.com/urfave/cli"
"github.com/xenolf/lego/acme"
)

Expand Down

0 comments on commit b12ce5e

Please sign in to comment.