diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-03-09 17:33:18 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-03-09 17:33:18 +0100 |
commit | 00b5b83dcff4904aeb18760caa193fa3393241e0 (patch) | |
tree | 447d4d5249e659de8c0a062559bb58f739220322 /glide.yaml | |
parent | 04040c928142db92d2ef2d4b43ad4701392e5ceb (diff) |
Fixed terminal output (support escape and control characters)
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'glide.yaml')
-rw-r--r-- | glide.yaml | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -16,7 +16,7 @@ import: subpackages: - lib/xaapiv1 - package: gerrit.automotivelinux.org/gerrit/src/xds/xds-common.git - version: ~0.2.0 + version: ~0.3.0 subpackages: - golib/common - package: github.com/joho/godotenv @@ -25,4 +25,7 @@ import: - cmd/godotenv - package: github.com/franciscocpg/reflectme version: ^0.1.9 -- package: github.com/golang/crypto/ssh/terminal +- package: github.com/golang/crypto + subpackages: + - ssh/terminal +- package: github.com/creack/goselect |