diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-04-09 13:59:48 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-04-09 14:21:04 +0200 |
commit | 315cd5ce116475d41b63ddb86e8ab1134f32a9a8 (patch) | |
tree | b3f1689f701e7a832fd274275192bc937fb2e2db /main.go | |
parent | e04e7c32699c4a456d436205da2d2ca99625eb38 (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
Bug-AGL: SPEC-2289
Change-Id: I7486876f0fd50e776280dfeb983f6b47200a7c29
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ import ( "text/tabwriter" "gerrit.automotivelinux.org/gerrit/src/xds/xds-agent.git/lib/xaapiv1" - common "gerrit.automotivelinux.org/gerrit/src/xds/xds-common.git/golib" + common "gerrit.automotivelinux.org/gerrit/src/xds/xds-common.git" "github.com/Sirupsen/logrus" "github.com/joho/godotenv" "github.com/urfave/cli" |