diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-06-10 15:16:20 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-10 15:16:20 +0800 |
commit | 63d1d145e2b2c8db4106d87767842019492e0aea (patch) | |
tree | 22eab93dbecb15cf3cc3a6d3d93a7b7371aa9e54 /Godeps/Godeps.json | |
parent | c039bb38d45d9d8efcd88e1342d35656651a8ac8 (diff) | |
parent | 861add3d72bcfc6c6a8976eb82dc3e7b5288883e (diff) | |
download | dexon-63d1d145e2b2c8db4106d87767842019492e0aea.tar dexon-63d1d145e2b2c8db4106d87767842019492e0aea.tar.gz dexon-63d1d145e2b2c8db4106d87767842019492e0aea.tar.bz2 dexon-63d1d145e2b2c8db4106d87767842019492e0aea.tar.lz dexon-63d1d145e2b2c8db4106d87767842019492e0aea.tar.xz dexon-63d1d145e2b2c8db4106d87767842019492e0aea.tar.zst dexon-63d1d145e2b2c8db4106d87767842019492e0aea.zip |
Merge pull request #2677 from bas-vk/cli
cmd/geth: codegansta/cli package renamed to urfave/cli
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" } ] } |