diff options
author | Steven Dee <steve@smartercode.net> | 2015-07-30 06:45:27 +0800 |
---|---|---|
committer | Steven Dee <steve@smartercode.net> | 2015-09-01 00:14:32 +0800 |
commit | 540eb3d02d7cdfbca81903e7230b3f09f17f10ff (patch) | |
tree | 541add632a86dfe88c40167fde0c01a295326480 /Godeps/Godeps.json | |
parent | e1037bd0cfd6a19ef8612672ba192a8923e88d96 (diff) | |
download | dexon-540eb3d02d7cdfbca81903e7230b3f09f17f10ff.tar.gz dexon-540eb3d02d7cdfbca81903e7230b3f09f17f10ff.tar.zst dexon-540eb3d02d7cdfbca81903e7230b3f09f17f10ff.zip |
Pull in ethash and go-isatty updates
Fixes build on OpenBSD.
Diffstat (limited to 'Godeps/Godeps.json')
-rw-r--r-- | Godeps/Godeps.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index d5c41227d..c939ae670 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -21,8 +21,7 @@ }, { "ImportPath": "github.com/ethereum/ethash", - "Comment": "v23.1-227-g8f6ccaa", - "Rev": "8f6ccaaef9b418553807a73a95cb5f49cd3ea39f" + "Rev": "227ec953eae56f4f6c7f5e7dc93b4bbebf0cda2e" }, { "ImportPath": "github.com/fatih/color", @@ -51,7 +50,7 @@ }, { "ImportPath": "github.com/mattn/go-isatty", - "Rev": "fdbe02a1b44e75977b2690062b83cf507d70c013" + "Rev": "7fcbc72f853b92b5720db4a6b8482be612daef24" }, { "ImportPath": "github.com/mattn/go-runewidth", |