aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/main.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/geth/main.go
parentc75d3b0ede005afc30aaa61f27bb5bbe2cf6a3f1 (diff)
downloadgo-tangerine-861add3d72bcfc6c6a8976eb82dc3e7b5288883e.tar
go-tangerine-861add3d72bcfc6c6a8976eb82dc3e7b5288883e.tar.gz
go-tangerine-861add3d72bcfc6c6a8976eb82dc3e7b5288883e.tar.bz2
go-tangerine-861add3d72bcfc6c6a8976eb82dc3e7b5288883e.tar.lz
go-tangerine-861add3d72bcfc6c6a8976eb82dc3e7b5288883e.tar.xz
go-tangerine-861add3d72bcfc6c6a8976eb82dc3e7b5288883e.tar.zst
go-tangerine-861add3d72bcfc6c6a8976eb82dc3e7b5288883e.zip
cmd/geth: codegansta/cli package renamed to urfave/cli
Diffstat (limited to 'cmd/geth/main.go')
-rw-r--r--cmd/geth/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index 5ff1a7368..6df16bb2c 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -28,7 +28,6 @@ import (
"strings"
"time"
- "github.com/codegangsta/cli"
"github.com/ethereum/ethash"
"github.com/ethereum/go-ethereum/cmd/utils"
"github.com/ethereum/go-ethereum/common"
@@ -44,6 +43,7 @@ import (
"github.com/ethereum/go-ethereum/params"
"github.com/ethereum/go-ethereum/release"
"github.com/ethereum/go-ethereum/rlp"
+ "gopkg.in/urfave/cli.v1"
)
const (