X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-agent.git;a=blobdiff_plain;f=lib%2Fsyncthing%2Fst.go;h=3e0760529b2a1bb88befa781bed3de062be14771;hp=1ea3947b0045b6e9a4b9f9daff190e18123b3a36;hb=a2cc38902ff7528870822110c4f04329a3918564;hpb=2de3cf95d310ae0c83e68973cd97921f7f6fff4a diff --git a/lib/syncthing/st.go b/lib/syncthing/st.go index 1ea3947..3e07605 100644 --- a/lib/syncthing/st.go +++ b/lib/syncthing/st.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"); @@ -33,9 +33,9 @@ import ( "os/exec" + "gerrit.automotivelinux.org/gerrit/src/xds/xds-agent/lib/xdsconfig" + common "gerrit.automotivelinux.org/gerrit/src/xds/xds-common.git/golib" "github.com/Sirupsen/logrus" - "github.com/iotbzh/xds-agent/lib/xdsconfig" - common "github.com/iotbzh/xds-common/golib" "github.com/syncthing/syncthing/lib/config" )