X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-agent.git;a=blobdiff_plain;f=lib%2Fxdsconfig%2Fconfig.go;h=b7bf57be341a3b0b88d44cc7ea47f9cfe83eaf58;hp=fd9b034088bf3be9a79938dc834dffa7e03b5a00;hb=a2cc38902ff7528870822110c4f04329a3918564;hpb=2de3cf95d310ae0c83e68973cd97921f7f6fff4a diff --git a/lib/xdsconfig/config.go b/lib/xdsconfig/config.go index fd9b034..b7bf57b 100644 --- a/lib/xdsconfig/config.go +++ b/lib/xdsconfig/config.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 ( "os" + common "gerrit.automotivelinux.org/gerrit/src/xds/xds-common.git/golib" "github.com/Sirupsen/logrus" - common "github.com/iotbzh/xds-common/golib" uuid "github.com/satori/go.uuid" "github.com/urfave/cli" )