diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-08-07 08:49:25 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-08-07 18:01:35 +0200 |
commit | 60974e66c57cacdc2483d74718c4bb0a993d2183 (patch) | |
tree | 2722369e9cf2c7a3fb499011030fc4718f31e30f /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 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/glide.yaml b/glide.yaml new file mode 100644 index 0000000..f368862 --- /dev/null +++ b/glide.yaml @@ -0,0 +1,23 @@ +package: github.com/iotbzh/xds-gdb +license: Apache-2.0 +owners: +- name: Sebastien Douheret + email: sebastien@iot.bzh +import: +- package: github.com/codegangsta/cli + version: ^1.19.1 +- package: github.com/Sirupsen/logrus + version: ^0.11.5 +- package: github.com/zhouhui8915/go-socket.io-client +- package: github.com/iotbzh/xds-server + subpackages: + - apiv1 + - crosssdk + - xdsconfig +- package: github.com/iotbzh/xds-common + subpackages: + - golib/common +- package: github.com/joho/godotenv + version: ^1.1.0 + subpackages: + - cmd/godotenv |