diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-03-08 21:19:04 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-04-08 22:11:03 +0200 |
commit | 247bb7c2db5f0d48178398599348249bf886ebbc (patch) | |
tree | 251d1e9b535da6da29429cc672974247c687f74e /lib/agent/project-interface.go | |
parent | 2d3f1be6a495143d7e82f6396a49dfff6cabc3e4 (diff) |
Use go module as dependency tool instead of glidehalibut_7.99.3halibut_7.99.2halibut_7.99.1halibut/7.99.3halibut/7.99.2halibut/7.99.17.99.37.99.27.99.1
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-interface.go')
-rw-r--r-- | lib/agent/project-interface.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/agent/project-interface.go b/lib/agent/project-interface.go index 4d61819..b2213f3 100644 --- a/lib/agent/project-interface.go +++ b/lib/agent/project-interface.go @@ -17,7 +17,7 @@ package agent -import "gerrit.automotivelinux.org/gerrit/src/xds/xds-agent/lib/xaapiv1" +import "gerrit.automotivelinux.org/gerrit/src/xds/xds-agent.git/lib/xaapiv1" // IPROJECT Project interface type IPROJECT interface { |