diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-26 18:53:06 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-26 18:53:06 +0200 |
commit | 36e2400d1c0249e81f910e48a967e0202d5a8d46 (patch) | |
tree | 73b3f2cced8b1f9eadb8db5e247a79b89aa9df00 /glide.yaml | |
parent | 59b0682f87803e69a58e58ea0f3c50f606745cae (diff) |
Use xds-common go library.
Diffstat (limited to 'glide.yaml')
-rw-r--r-- | glide.yaml | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -8,7 +8,11 @@ import: version: ^1.1.4 - package: github.com/gin-contrib/static - package: github.com/syncthing/syncthing - version: ^0.14.27-rc.2 + 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 |