diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-02-23 21:16:39 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-02-23 21:17:11 +0100 |
commit | 0cd3a46a918d38ac671dd55600fc90fef81ba90f (patch) | |
tree | bc0e203899eebf7d6dd8842d29912da7e2361c30 /glide.yaml | |
parent | cd2ac6e38a52aaa1db62597bd95f6f04b7f01409 (diff) |
Fixed list of installed SDKsv1.0.1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'glide.yaml')
-rw-r--r-- | glide.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,11 +11,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 |