aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/utils/customflags.go
diff options
context:
space:
mode:
authorBas van Kervel <bas@ethdev.com>2016-06-09 17:44:42 +0800
committerBas van Kervel <bas@ethdev.com>2016-06-09 21:37:13 +0800
commit861add3d72bcfc6c6a8976eb82dc3e7b5288883e (patch)
tree88b062eafe5acc8ed8028d04638ed8bf2e7acfaf /cmd/utils/customflags.go
parentc75d3b0ede005afc30aaa61f27bb5bbe2cf6a3f1 (diff)
downloaddexon-861add3d72bcfc6c6a8976eb82dc3e7b5288883e.tar
dexon-861add3d72bcfc6c6a8976eb82dc3e7b5288883e.tar.gz
dexon-861add3d72bcfc6c6a8976eb82dc3e7b5288883e.tar.bz2
dexon-861add3d72bcfc6c6a8976eb82dc3e7b5288883e.tar.lz
dexon-861add3d72bcfc6c6a8976eb82dc3e7b5288883e.tar.xz
dexon-861add3d72bcfc6c6a8976eb82dc3e7b5288883e.tar.zst
dexon-861add3d72bcfc6c6a8976eb82dc3e7b5288883e.zip
cmd/geth: codegansta/cli package renamed to urfave/cli
Diffstat (limited to 'cmd/utils/customflags.go')
-rw-r--r--cmd/utils/customflags.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/utils/customflags.go b/cmd/utils/customflags.go
index 4450065c1..5cbccfe98 100644
--- a/cmd/utils/customflags.go
+++ b/cmd/utils/customflags.go
@@ -24,7 +24,7 @@ import (
"path"
"strings"
- "github.com/codegangsta/cli"
+ "gopkg.in/urfave/cli.v1"
)
// Custom type which is registered in the flags library which cli uses for