update imports

This commit is contained in:
idk
2019-11-01 17:26:40 -04:00
parent f9feeea125
commit 5c433a583e
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ package cmd
import (
"fmt"
"github.com/codegangsta/cli"
"github.com/urfave/cli"
)
func NewKeygenCommand() cli.Command {

View File

@@ -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"

View File

@@ -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 {