aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-10-22 22:35:19 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-10-22 22:35:19 +0200
commite9c65d5fcf8d2ec3772ceced4fe1379392b15a4f (patch)
tree8dba7361a06116c985d041b0c17276a573ea4563
parent7185530f29f303d790e6be1e5ba3c71346516d89 (diff)
Added support of new image_url field
Change-Id: I0a8b66ff3f593a3dc698389aa214593ca7f8ccbc Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-rw-r--r--glide.yaml2
-rw-r--r--lib/xaapiv1/sdks.go1
2 files changed, 2 insertions, 1 deletions
diff --git a/glide.yaml b/glide.yaml
index f862102..73a9e33 100644
--- a/glide.yaml
+++ b/glide.yaml
@@ -26,7 +26,7 @@ import:
subpackages:
- golib/common
- package: gerrit.automotivelinux.org/gerrit/src/xds/xds-server.git
- version: 6748a2637bffb56213a2a6981df96a070fb96467
+ version: b33e880f23525b4f75cf35e39aa5082addef0fb7
subpackages:
- lib/xsapiv1
- package: github.com/franciscocpg/reflectme
diff --git a/lib/xaapiv1/sdks.go b/lib/xaapiv1/sdks.go
index 97db9a8..2d5ce96 100644
--- a/lib/xaapiv1/sdks.go
+++ b/lib/xaapiv1/sdks.go
@@ -36,6 +36,7 @@ type SDK struct {
Arch string `json:"arch"`
Path string `json:"path"`
URL string `json:"url"`
+ ImageURL string `json:"image_url"`
Status string `json:"status"`
Date string `json:"date"`
Size string `json:"size"`