summaryrefslogtreecommitdiffstats
path: root/glide.yaml
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-06-26 18:53:06 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-06-26 18:53:06 +0200
commit36e2400d1c0249e81f910e48a967e0202d5a8d46 (patch)
tree73b3f2cced8b1f9eadb8db5e247a79b89aa9df00 /glide.yaml
parent59b0682f87803e69a58e58ea0f3c50f606745cae (diff)
Use xds-common go library.
Diffstat (limited to 'glide.yaml')
-rw-r--r--glide.yaml9
1 files changed, 8 insertions, 1 deletions
diff --git a/glide.yaml b/glide.yaml
index 794de5d..3661d8f 100644
--- a/glide.yaml
+++ b/glide.yaml
@@ -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