diff --git a/cmd/geth/consolecmd.go b/cmd/geth/consolecmd.go index 6087431bcd..4a99ee32af 100644 --- a/cmd/geth/consolecmd.go +++ b/cmd/geth/consolecmd.go @@ -18,7 +18,6 @@ package main import ( "fmt" - "github.com/urfave/cli" "os" "os/signal" "path/filepath" diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go index ecc8f0c60e..14d53a7b3b 100644 --- a/cmd/utils/flags.go +++ b/cmd/utils/flags.go @@ -20,7 +20,6 @@ package utils import ( "crypto/ecdsa" "fmt" - "github.com/urfave/cli" "io/ioutil" "math/big" "os"