X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-server.git;a=blobdiff_plain;f=lib%2Fxdsconfig%2Fdata.go;h=b582ec53a949851580bf2fd8275e40da5870a1fd;hp=486cb69899b79f032d0d7941dd707ba32bbd418c;hb=2a7a112bbffcd41a3436c086f1910ea7a9c94744;hpb=b36a9d0846acddb1ae1716b42f1296f6ad88b05b 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" )