diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-02-23 22:13:22 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-02-23 22:13:22 +0100 |
commit | 2231e3eae86c5e3ae05e30f667d331f5875c7884 (patch) | |
tree | 44c56c9d8b3bb4c6cbee26bedc2c0aec9d9bb5f1 /glide.yaml | |
parent | 84273d6128b7c3c9d31c2f3a1453107a78e949a9 (diff) |
Added target and terminal supportv1.1.0
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'glide.yaml')
-rw-r--r-- | glide.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -12,11 +12,11 @@ import: - package: github.com/sebd71/go-socket.io-client version: 46defcb47f - package: gerrit.automotivelinux.org/gerrit/src/xds/xds-agent.git - version: ~1.0.0 + version: ~1.1.0 subpackages: - lib/xaapiv1 - package: gerrit.automotivelinux.org/gerrit/src/xds/xds-common.git - version: ^0.1.0 + version: ~0.2.0 subpackages: - golib/common - package: github.com/joho/godotenv @@ -25,3 +25,4 @@ import: - cmd/godotenv - package: github.com/franciscocpg/reflectme version: ^0.1.9 +- package: github.com/golang/crypto/ssh/terminal |