aboutsummaryrefslogtreecommitdiffstats
path: root/internal/debug/flags.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2016-06-10 15:16:20 +0800
committerGitHub <noreply@github.com>2016-06-10 15:16:20 +0800
commit63d1d145e2b2c8db4106d87767842019492e0aea (patch)
tree22eab93dbecb15cf3cc3a6d3d93a7b7371aa9e54 /internal/debug/flags.go
parentc039bb38d45d9d8efcd88e1342d35656651a8ac8 (diff)
parent861add3d72bcfc6c6a8976eb82dc3e7b5288883e (diff)
downloadgo-tangerine-63d1d145e2b2c8db4106d87767842019492e0aea.tar
go-tangerine-63d1d145e2b2c8db4106d87767842019492e0aea.tar.gz
go-tangerine-63d1d145e2b2c8db4106d87767842019492e0aea.tar.bz2
go-tangerine-63d1d145e2b2c8db4106d87767842019492e0aea.tar.lz
go-tangerine-63d1d145e2b2c8db4106d87767842019492e0aea.tar.xz
go-tangerine-63d1d145e2b2c8db4106d87767842019492e0aea.tar.zst
go-tangerine-63d1d145e2b2c8db4106d87767842019492e0aea.zip
Merge pull request #2677 from bas-vk/cli
cmd/geth: codegansta/cli package renamed to urfave/cli
Diffstat (limited to 'internal/debug/flags.go')
-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 (