diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-03-08 16:59:14 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-04-07 17:02:42 +0200 |
commit | 5dc2ff003106f0ced38caadb06033f24c792f9b9 (patch) | |
tree | f6fcd8e4daa1a2ac63d8ee013cc7beb385281176 /lib/xdsserver/target-interface.go | |
parent | f001cf950bb91384f163bf8650c5d24f77c940f9 (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: I8f459a9f80f501c2b6019566eaa3db3a9b986396
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'lib/xdsserver/target-interface.go')
-rw-r--r-- | lib/xdsserver/target-interface.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xdsserver/target-interface.go b/lib/xdsserver/target-interface.go index 6d5bd7b..3cdb00d 100644 --- a/lib/xdsserver/target-interface.go +++ b/lib/xdsserver/target-interface.go @@ -17,7 +17,7 @@ package xdsserver -import "gerrit.automotivelinux.org/gerrit/src/xds/xds-server/lib/xsapiv1" +import "gerrit.automotivelinux.org/gerrit/src/xds/xds-server.git/lib/xsapiv1" // ITARGET Target interface type ITARGET interface { |