diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-30 01:40:47 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-30 16:33:16 +0100 |
commit | 26e08d45599deb4ade79e0ca45a97196f2bd7da9 (patch) | |
tree | fbf1851b1d3e2dbc77e2d6b76dba7bf940ca6a5c /glide.yaml | |
parent | b90bf44d37438096ca0928e08faa8799a8743023 (diff) |
Used new xds agent v1.0.0-rc1 and lib xaapiv1.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'glide.yaml')
-rw-r--r-- | glide.yaml | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -8,16 +8,14 @@ import: version: ^1.19.1 - package: github.com/Sirupsen/logrus version: ^0.11.5 -- package: github.com/zhouhui8915/go-socket.io-client - version: master -- package: github.com/iotbzh/xds-server - version: 6691c9f7c53d +- package: github.com/sebd71/go-socket.io-client + version: 46defcb47f +- package: github.com/iotbzh/xds-agent + version: 1.0.0-rc1 subpackages: - - apiv1 - - crosssdk - - xdsconfig + - lib/xaapiv1 - package: github.com/iotbzh/xds-common - version: 363bac39b844 + version: ^0.1.0 subpackages: - golib/common - package: github.com/joho/godotenv |