diff options
author | Bas van Kervel <bas@ethdev.com> | 2016-06-09 17:44:42 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2016-06-14 22:11:59 +0800 |
commit | c89fa789b79bdbe25c703aa3d3bf753070682db7 (patch) | |
tree | 7cfb970dc1c1948a7b7acc3928980c19746dbf2d /Godeps/Godeps.json | |
parent | 39f1d909d185816bade35c7336364fe5e842c7c5 (diff) | |
download | go-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 'Godeps/Godeps.json')
-rw-r--r-- | Godeps/Godeps.json | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index f2694a05c..36104b456 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -1,6 +1,7 @@ { "ImportPath": "github.com/ethereum/go-ethereum", "GoVersion": "go1.5.2", + "GodepVersion": "v74", "Packages": [ "./..." ], @@ -14,11 +15,6 @@ "Rev": "165db2f241fd235aec29ba6d9b1ccd5f1c14637c" }, { - "ImportPath": "github.com/codegangsta/cli", - "Comment": "1.2.0-215-g0ab42fd", - "Rev": "0ab42fd482c27cf2c95e7794ad3bb2082c2ab2d7" - }, - { "ImportPath": "github.com/davecgh/go-spew/spew", "Rev": "5215b55f46b2b919f50a1df0eaa5886afe4e3b3d" }, @@ -156,6 +152,10 @@ "Rev": "5950cf11d77f8a61b432a25dd4d444b4ced01379" }, { + "ImportPath": "github.com/rs/xhandler", + "Rev": "d9d9599b6aaf6a058cb7b1f48291ded2cbd13390" + }, + { "ImportPath": "github.com/syndtr/goleveldb/leveldb", "Rev": "917f41c560270110ceb73c5b38be2a9127387071" }, @@ -319,6 +319,11 @@ { "ImportPath": "gopkg.in/karalabe/cookiejar.v2/collections/prque", "Rev": "8dcd6a7f4951f6ff3ee9cbb919a06d8925822e57" + }, + { + "ImportPath": "gopkg.in/urfave/cli.v1", + "Comment": "v1.17.0", + "Rev": "01857ac33766ce0c93856370626f9799281c14f4" } ] } |