From 2a7a112bbffcd41a3436c086f1910ea7a9c94744 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Fri, 5 Jan 2018 14:59:03 +0100 Subject: Migration to AGL gerrit (update go import) Signed-off-by: Sebastien Douheret --- lib/xdsconfig/builderconfig.go | 4 ++-- lib/xdsconfig/config.go | 6 +++--- lib/xdsconfig/data.go | 4 ++-- lib/xdsconfig/fileconfig.go | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) (limited to 'lib/xdsconfig') diff --git a/lib/xdsconfig/builderconfig.go b/lib/xdsconfig/builderconfig.go index 136ff16..ed41275 100644 --- a/lib/xdsconfig/builderconfig.go +++ b/lib/xdsconfig/builderconfig.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"); @@ -21,7 +21,7 @@ import ( "errors" "net" - "github.com/iotbzh/xds-server/lib/xsapiv1" + "gerrit.automotivelinux.org/gerrit/src/xds/xds-server/lib/xsapiv1" ) // NewBuilderConfig creates a new BuilderConfig instance diff --git a/lib/xdsconfig/config.go b/lib/xdsconfig/config.go index 3a82b44..11960c9 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"); @@ -23,10 +23,10 @@ import ( "os" "path/filepath" + common "gerrit.automotivelinux.org/gerrit/src/xds/xds-common.git/golib" + "gerrit.automotivelinux.org/gerrit/src/xds/xds-server/lib/xsapiv1" "github.com/Sirupsen/logrus" "github.com/codegangsta/cli" - common "github.com/iotbzh/xds-common/golib" - "github.com/iotbzh/xds-server/lib/xsapiv1" ) // Config parameters (json format) of /config command diff --git a/lib/xdsconfig/data.go b/lib/xdsconfig/data.go index 486cb69..b582ec5 100644 --- a/lib/xdsconfig/data.go +++ b/lib/xdsconfig/data.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" "path/filepath" - common "github.com/iotbzh/xds-common/golib" + common "gerrit.automotivelinux.org/gerrit/src/xds/xds-common.git/golib" uuid "github.com/satori/go.uuid" "github.com/syncthing/syncthing/lib/sync" ) diff --git a/lib/xdsconfig/fileconfig.go b/lib/xdsconfig/fileconfig.go index bf8aa25..46afc57 100644 --- a/lib/xdsconfig/fileconfig.go +++ b/lib/xdsconfig/fileconfig.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"); @@ -25,7 +25,7 @@ import ( "path/filepath" "strings" - common "github.com/iotbzh/xds-common/golib" + common "gerrit.automotivelinux.org/gerrit/src/xds/xds-common.git/golib" ) // ConfigDir Directory in user HOME directory where xds config will be saved -- cgit 1.2.3-korg