From e9c65d5fcf8d2ec3772ceced4fe1379392b15a4f Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Mon, 22 Oct 2018 22:35:19 +0200 Subject: [PATCH] Added support of new image_url field Change-Id: I0a8b66ff3f593a3dc698389aa214593ca7f8ccbc Signed-off-by: Sebastien Douheret --- glide.yaml | 2 +- lib/xaapiv1/sdks.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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"` -- 2.16.6