diff options
author | Péter Szilágyi <peterke@gmail.com> | 2015-09-11 20:53:23 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2015-09-11 20:53:23 +0800 |
commit | c6013725a8e9848f522250a07915f64459c28557 (patch) | |
tree | 8283738dca4c3a9cf14f9ff5810399f9a15c2751 /Godeps/Godeps.json | |
parent | 4e075e401354b4ee068cf78b1f283763fe927245 (diff) | |
download | go-tangerine-c6013725a8e9848f522250a07915f64459c28557.tar go-tangerine-c6013725a8e9848f522250a07915f64459c28557.tar.gz go-tangerine-c6013725a8e9848f522250a07915f64459c28557.tar.bz2 go-tangerine-c6013725a8e9848f522250a07915f64459c28557.tar.lz go-tangerine-c6013725a8e9848f522250a07915f64459c28557.tar.xz go-tangerine-c6013725a8e9848f522250a07915f64459c28557.tar.zst go-tangerine-c6013725a8e9848f522250a07915f64459c28557.zip |
godeps: pull in ethash android fix
Diffstat (limited to 'Godeps/Godeps.json')
-rw-r--r-- | Godeps/Godeps.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index c939ae670..7c6dd59b1 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -21,7 +21,8 @@ }, { "ImportPath": "github.com/ethereum/ethash", - "Rev": "227ec953eae56f4f6c7f5e7dc93b4bbebf0cda2e" + "Comment": "v23.1-234-g062e40a", + "Rev": "062e40a1a1671f5a5102862b56e4c56f68a732f5" }, { "ImportPath": "github.com/fatih/color", |