aboutsummaryrefslogtreecommitdiffstats
path: root/internal
diff options
context:
space:
mode:
authorBas van Kervel <bas@ethdev.com>2016-06-09 17:44:42 +0800
committerPéter Szilágyi <peterke@gmail.com>2016-06-14 22:11:59 +0800
commitc89fa789b79bdbe25c703aa3d3bf753070682db7 (patch)
tree7cfb970dc1c1948a7b7acc3928980c19746dbf2d /internal
parent39f1d909d185816bade35c7336364fe5e842c7c5 (diff)
downloadgo-tangerine-c89fa789b79bdbe25c703aa3d3bf753070682db7.tar
go-tangerine-c89fa789b79bdbe25c703aa3d3bf753070682db7.tar.gz
go-tangerine-c89fa789b79bdbe25c703aa3d3bf753070682db7.tar.bz2
go-tangerine-c89fa789b79bdbe25c703aa3d3bf753070682db7.tar.lz
go-tangerine-c89fa789b79bdbe25c703aa3d3bf753070682db7.tar.xz
go-tangerine-c89fa789b79bdbe25c703aa3d3bf753070682db7.tar.zst
go-tangerine-c89fa789b79bdbe25c703aa3d3bf753070682db7.zip
[release/1.4.7] cmd/geth: codegansta/cli package renamed to urfave/cli
(cherry picked from commit 861add3d72bcfc6c6a8976eb82dc3e7b5288883e)
Diffstat (limited to 'internal')
-rw-r--r--internal/debug/flags.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/debug/flags.go b/internal/debug/flags.go
index 5b1a9b23c..9fc5fc4fe 100644
--- a/internal/debug/flags.go
+++ b/internal/debug/flags.go
@@ -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 (