diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-03 18:32:24 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-06 15:35:18 +0100 |
commit | c35d7a0fc8bbb1f9123bb41a7b66e45ea2564dd2 (patch) | |
tree | 38e0ab51a68548bb61cf6ca0de01a268f41a5701 /glide.yaml |
Initial commitv0.0.1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'glide.yaml')
-rw-r--r-- | glide.yaml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/glide.yaml b/glide.yaml new file mode 100644 index 0000000..5822fdc --- /dev/null +++ b/glide.yaml @@ -0,0 +1,25 @@ +package: github.com/iotbzh/xds-cli +license: Apache-2.0 +owners: +- name: Sebastien Douheret + email: sebastien@iot.bzh +import: +- package: github.com/urfave/cli + version: ^1.19.1 +- package: github.com/Sirupsen/logrus + version: ^0.11.5 +- package: github.com/zhouhui8915/engine.io-go +- package: github.com/sebd71/go-socket.io-client + version: 46defcb47f +- package: github.com/iotbzh/xds-agent + version: ^1.0.0-rc.1 + subpackages: + - agent +- package: github.com/iotbzh/xds-common + version: ^0.1.0 + subpackages: + - golib/common +- package: github.com/joho/godotenv + version: ^1.1.0 + subpackages: + - cmd/godotenv |