diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-01-05 15:50:09 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-01-05 15:50:09 +0100 |
commit | a2cc38902ff7528870822110c4f04329a3918564 (patch) | |
tree | 039b3efea72a9092a6988209354e590ecafc7716 /glide.yaml | |
parent | 2de3cf95d310ae0c83e68973cd97921f7f6fff4a (diff) |
Migration to AGL gerrit (update go import)
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'glide.yaml')
-rw-r--r-- | glide.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -package: github.com/iotbzh/xds-agent +package: gerrit.automotivelinux.org/gerrit/src/xds/xds-agent license: Apache-2 owners: - name: Sebastien Douheret @@ -21,11 +21,11 @@ import: version: 46defcb47f - package: github.com/satori/go.uuid version: ^1.1.0 -- package: github.com/iotbzh/xds-common +- package: gerrit.automotivelinux.org/gerrit/src/xds/xds-common.git version: ^0.1.0 subpackages: - golib/common -- package: github.com/iotbzh/xds-server +- package: gerrit.automotivelinux.org/gerrit/src/xds/xds-server.git version: v1.0.0-rc2 subpackages: - lib/xsapiv1 |