diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-08-25 21:51:15 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-08-25 21:51:15 +0200 |
commit | 5358e812c1a5d16c28ab5fa0c149670790ae673e (patch) | |
tree | 9f78217488502a87cd8602b55e93a9c2eae26906 /glide.yaml | |
parent | 85b98b57b4543a84673daff52b52592c5bd5347d (diff) |
Used fixed version of xds-server and xds-common
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,13 +11,13 @@ import: - package: github.com/zhouhui8915/go-socket.io-client version: master - package: github.com/iotbzh/xds-server - version: wip + version: 6691c9f7c53d subpackages: - apiv1 - crosssdk - xdsconfig - package: github.com/iotbzh/xds-common - version: 363bac39b844afa + version: 363bac39b844 subpackages: - golib/common - package: github.com/joho/godotenv |