diff --git a/cmd/keygen.go b/cmd/keygen.go index 020908b..24fc817 100644 --- a/cmd/keygen.go +++ b/cmd/keygen.go @@ -3,7 +3,7 @@ package cmd import ( "fmt" - "github.com/codegangsta/cli" + "github.com/urfave/cli" ) func NewKeygenCommand() cli.Command { diff --git a/cmd/reseed.go b/cmd/reseed.go index 81e2a93..f0aaeb9 100644 --- a/cmd/reseed.go +++ b/cmd/reseed.go @@ -11,7 +11,7 @@ import ( "time" "github.com/MDrollette/i2p-tools/reseed" - "github.com/codegangsta/cli" + "github.com/urfave/cli" "github.com/cretz/bine/tor" "github.com/cretz/bine/torutil" "github.com/cretz/bine/torutil/ed25519" diff --git a/cmd/verify.go b/cmd/verify.go index 2cdc900..7c291b3 100644 --- a/cmd/verify.go +++ b/cmd/verify.go @@ -6,7 +6,7 @@ import ( "github.com/MDrollette/i2p-tools/reseed" "github.com/MDrollette/i2p-tools/su3" - "github.com/codegangsta/cli" + "github.com/urfave/cli" ) func NewSu3VerifyCommand() cli.Command {