cmd/geth: codegansta/cli package renamed to urfave/cli

This commit is contained in:
Bas van Kervel
2016-06-09 11:44:42 +02:00
parent c75d3b0ede
commit 861add3d72
35 changed files with 1309 additions and 626 deletions

View File

@ -22,9 +22,9 @@ import (
_ "net/http/pprof"
"runtime"
"github.com/codegangsta/cli"
"github.com/ethereum/go-ethereum/logger"
"github.com/ethereum/go-ethereum/logger/glog"
"gopkg.in/urfave/cli.v1"
)
var (