diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-26 18:54:13 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-26 18:54:13 +0200 |
commit | ea3b17feb2eb2d54bbc27dc75eee60bd1fe67d27 (patch) | |
tree | 2b5039efbee54eb6f2f0c8605ad3d6f8bca4c284 /glide.yaml | |
parent | 2d3e49e1e92206147b6ab7b191e525fa3ac6f2a5 (diff) |
Use xds-common go library.
Diffstat (limited to 'glide.yaml')
-rw-r--r-- | glide.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -9,6 +9,10 @@ import: - package: github.com/gin-contrib/static - package: github.com/syncthing/syncthing version: =0.14.28 + subpackages: + - lib/sync + - lib/config + - lib/protocol - package: github.com/codegangsta/cli version: ^1.19.1 - package: github.com/Sirupsen/logrus @@ -17,3 +21,6 @@ import: - package: github.com/zhouhui8915/go-socket.io-client - package: github.com/satori/go.uuid version: ^1.1.0 +- package: github.com/iotbzh/xds-common + subpackages: + - golib/common |