aboutsummaryrefslogtreecommitdiffstats
path: root/glide.yaml
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-03-09 17:33:18 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-03-09 17:33:18 +0100
commit00b5b83dcff4904aeb18760caa193fa3393241e0 (patch)
tree447d4d5249e659de8c0a062559bb58f739220322 /glide.yaml
parent04040c928142db92d2ef2d4b43ad4701392e5ceb (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.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/glide.yaml b/glide.yaml
index a0e7826..faa57f2 100644
--- a/glide.yaml
+++ b/glide.yaml
@@ -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