diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-05-05 19:50:48 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-05-05 19:50:48 +0800 |
commit | 2e9ed6f7aa84519a5d209dfc9649a0381e89e8ee (patch) | |
tree | 54fbe761882dd7c6eba364ecd93a2fb32ae68ab5 /Godeps/Godeps.json | |
parent | ac85fdc75edfaf999a7b2d25c5313c1b3eeb86ad (diff) | |
parent | c750ef09e1571fbdb36d408ff894ed2bbcc80014 (diff) | |
download | go-tangerine-2e9ed6f7aa84519a5d209dfc9649a0381e89e8ee.tar go-tangerine-2e9ed6f7aa84519a5d209dfc9649a0381e89e8ee.tar.gz go-tangerine-2e9ed6f7aa84519a5d209dfc9649a0381e89e8ee.tar.bz2 go-tangerine-2e9ed6f7aa84519a5d209dfc9649a0381e89e8ee.tar.lz go-tangerine-2e9ed6f7aa84519a5d209dfc9649a0381e89e8ee.tar.xz go-tangerine-2e9ed6f7aa84519a5d209dfc9649a0381e89e8ee.tar.zst go-tangerine-2e9ed6f7aa84519a5d209dfc9649a0381e89e8ee.zip |
Merge pull request #856 from karalabe/windows-console-color-fix
cmd/geth: colorize console output in windows
Diffstat (limited to 'Godeps/Godeps.json')
-rw-r--r-- | Godeps/Godeps.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 576efab00..41cb28a12 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -38,6 +38,14 @@ "Rev": "ccfcd0245381f0c94c68f50626665eed3c6b726a" }, { + "ImportPath": "github.com/mattn/go-colorable", + "Rev": "043ae16291351db8465272edf465c9f388161627" + }, + { + "ImportPath": "github.com/mattn/go-isatty", + "Rev": "fdbe02a1b44e75977b2690062b83cf507d70c013" + }, + { "ImportPath": "github.com/obscuren/qml", "Rev": "c288002b52e905973b131089a8a7c761d4a2c36a" }, |