X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=cmd-exec.go;h=83743a3f5374035d8b4e3a46fc1947b386c69ce5;hb=75fbc67b5acf3258b604fc53ec096f46fc743270;hp=aebbeb234a42edfe4df578c79001248737b9daf5;hpb=721497790c39e6f63d96c74d53d0c2bc9549df2f;p=src%2Fxds%2Fxds-cli.git diff --git a/cmd-exec.go b/cmd-exec.go index aebbeb2..83743a3 100644 --- a/cmd-exec.go +++ b/cmd-exec.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 "IoT.bzh" + * Copyright (C) 2017-2018 "IoT.bzh" * Author Sebastien Douheret * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -23,7 +23,7 @@ import ( "os" "strings" - "github.com/iotbzh/xds-agent/lib/xaapiv1" + "gerrit.automotivelinux.org/gerrit/src/xds/xds-agent.git/lib/xaapiv1" "github.com/urfave/cli" )