diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-01-05 17:57:49 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-01-05 17:57:49 +0100 |
commit | 27bb4e3044b2e8983a6938936baf658b629a443d (patch) | |
tree | a0827541f15038113137bdd40ff1d920957deef6 /glide.yaml | |
parent | 8419a866a61302538175673c2a7f2992238a8eb9 (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-gdb +package: gerrit.automotivelinux.org/gerrit/src/xds/xds-gdb license: Apache-2.0 owners: - name: Sebastien Douheret @@ -10,11 +10,11 @@ import: version: ^0.11.5 - package: github.com/sebd71/go-socket.io-client version: 46defcb47f -- package: github.com/iotbzh/xds-agent +- package: gerrit.automotivelinux.org/gerrit/src/xds/xds-agent.git version: 1.0.0-rc1 subpackages: - lib/xaapiv1 -- package: github.com/iotbzh/xds-common +- package: gerrit.automotivelinux.org/gerrit/src/xds/xds-common.git version: ^0.1.0 subpackages: - golib/common |