[release/1.4.7] cmd/geth: codegansta/cli package renamed to urfave/cli

(cherry picked from commit 861add3d72)
This commit is contained in:
Bas van Kervel
2016-06-09 11:44:42 +02:00
committed by Péter Szilágyi
parent 39f1d909d1
commit c89fa789b7
35 changed files with 1309 additions and 626 deletions

View File

@ -20,9 +20,9 @@ import (
"fmt"
"strings"
"github.com/codegangsta/cli"
"github.com/ethereum/go-ethereum/node"
"github.com/ethereum/go-ethereum/rpc"
"gopkg.in/urfave/cli.v1"
)
// NewRemoteRPCClient returns a RPC client which connects to a running geth instance.