summaryrefslogtreecommitdiffstats
path: root/lib/agent/project-st.go
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2019-03-08 21:19:04 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2019-04-08 22:11:03 +0200
commit247bb7c2db5f0d48178398599348249bf886ebbc (patch)
tree251d1e9b535da6da29429cc672974247c687f74e /lib/agent/project-st.go
parent2d3f1be6a495143d7e82f6396a49dfff6cabc3e4 (diff)
Get ride of glide tool (marked as obsolete) and go module instead to populate dependency packages. See also: https://github.com/golang/go/wiki/Modules Bug-AGL: SPEC-2289 Change-Id: I9c16bb0759c34cab48b5bd03fc29993c38608c6e Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'lib/agent/project-st.go')
-rw-r--r--lib/agent/project-st.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/agent/project-st.go b/lib/agent/project-st.go
index 60fe262..fb88b05 100644
--- a/lib/agent/project-st.go
+++ b/lib/agent/project-st.go
@@ -21,8 +21,8 @@ import (
"encoding/json"
"fmt"
- st "gerrit.automotivelinux.org/gerrit/src/xds/xds-agent/lib/syncthing"
- "gerrit.automotivelinux.org/gerrit/src/xds/xds-agent/lib/xaapiv1"
+ st "gerrit.automotivelinux.org/gerrit/src/xds/xds-agent.git/lib/syncthing"
+ "gerrit.automotivelinux.org/gerrit/src/xds/xds-agent.git/lib/xaapiv1"
"gerrit.automotivelinux.org/gerrit/src/xds/xds-server.git/lib/xsapiv1"
)