X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-cli.git;a=blobdiff_plain;f=utils.go;h=b47cd04aafdb93d5d23517ef167f307532705bdc;hp=3d01346f57481a0e4089a44044250e21cbcb3587;hb=7d1bcb1c9a48514e0e26246b86c8597502833b4b;hpb=49785a3f5315097b54c03bdec4d43cf4b1353154 diff --git a/utils.go b/utils.go index 3d01346..b47cd04 100644 --- a/utils.go +++ b/utils.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"); @@ -24,8 +24,8 @@ import ( "strconv" "strings" + "gerrit.automotivelinux.org/gerrit/src/xds/xds-agent.git/lib/xaapiv1" "github.com/franciscocpg/reflectme" - "github.com/iotbzh/xds-agent/lib/xaapiv1" "github.com/urfave/cli" )