diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-08-07 18:08:27 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-08-07 19:30:25 +0200 |
commit | 7496dbabaf710a9e0f3b599c83163adddfcb8870 (patch) | |
tree | d2ab9f9f89edc0f381a71a967d920cef3e150be5 /glide.yaml | |
parent | 62e2996fcbcd704653d3043046c451fbc044918b (diff) |
Added eows (Exec Over WebSocket) package.
Diffstat (limited to 'glide.yaml')
-rw-r--r-- | glide.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/glide.yaml b/glide.yaml new file mode 100644 index 0000000..4add0ff --- /dev/null +++ b/glide.yaml @@ -0,0 +1,12 @@ +package: github.com/iotbzh/xds-common +license: Apache-2 +owners: +- name: Sebastien Douheret + email: sebastien@iot.bzh +import: +- package: github.com/gin-gonic/gin + version: ^1.1.4 +- package: github.com/Sirupsen/logrus + version: ^0.11.5 +- package: github.com/googollee/go-socket.io +- package: github.com/zhouhui8915/go-socket.io-client |