diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-08-08 14:38:09 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-08-08 14:38:09 +0200 |
commit | e8634ea0918a1f89267226e0edbbe00f58841459 (patch) | |
tree | d5c5f0e0c658ecac7bd439de4190da7609cf9d6f /glide.yaml | |
parent | 60974e66c57cacdc2483d74718c4bb0a993d2183 (diff) |
Defined a version or branch for each package.
Diffstat (limited to 'glide.yaml')
-rw-r--r-- | glide.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,12 +9,15 @@ import: - 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: wip subpackages: - apiv1 - crosssdk - xdsconfig - package: github.com/iotbzh/xds-common + version: master subpackages: - golib/common - package: github.com/joho/godotenv |