diff options
author | Péter Szilágyi <peterke@gmail.com> | 2015-05-05 18:24:15 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2015-05-05 19:44:39 +0800 |
commit | c750ef09e1571fbdb36d408ff894ed2bbcc80014 (patch) | |
tree | 54fbe761882dd7c6eba364ecd93a2fb32ae68ab5 /Godeps/Godeps.json | |
parent | ac85fdc75edfaf999a7b2d25c5313c1b3eeb86ad (diff) | |
download | go-tangerine-c750ef09e1571fbdb36d408ff894ed2bbcc80014.tar.gz go-tangerine-c750ef09e1571fbdb36d408ff894ed2bbcc80014.tar.zst go-tangerine-c750ef09e1571fbdb36d408ff894ed2bbcc80014.zip |
cmd/geth: fix #853 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" }, |