summaryrefslogtreecommitdiffstats
path: root/glide.yaml
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2019-03-07 18:36:51 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2019-03-07 21:08:02 +0100
commitf001cf950bb91384f163bf8650c5d24f77c940f9 (patch)
tree897287b207c8c24b9a36441cbecc78d7461ccc1a /glide.yaml
parent57fda72ba8bd2c61ceb71ef493b9b9a9162ff757 (diff)
Freeze go-socket.io & go-engine.io version to v1.0.1
Latest go-socket.io (v1.4) is not backward compatible, and consequently breaks xds-server build. Stick to v1.0.1 while waiting update (migration) of xds-server code. Bug: SPEC-2250 Change-Id: I4664ea82d2e5f88204636831503e78543d8bf3d8 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'glide.yaml')
-rw-r--r--glide.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/glide.yaml b/glide.yaml
index 69ee318..faf9310 100644
--- a/glide.yaml
+++ b/glide.yaml
@@ -18,10 +18,6 @@ import:
version: ^1.19.1
- package: github.com/Sirupsen/logrus
version: ^0.11.5
-- package: github.com/googollee/go-socket.io
- version: 5447e71f36d3947
-- package: github.com/zhouhui8915/go-socket.io-client
- version: master
- package: github.com/satori/go.uuid
version: ^1.1.0
- package: gerrit.automotivelinux.org/gerrit/src/xds/xds-common.git
@@ -39,3 +35,7 @@ import:
- assert
- package: github.com/sebd71/go-socket.io-client
version: 46defcb47f
+- package: github.com/googollee/go-socket.io
+ version: v1.0.1
+- package: github.com/googollee/go-engine.io
+ version: v1.0.1