X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-server.git;a=blobdiff_plain;f=lib%2Fxdsserver%2Ffolder-st.go;h=9c89700e7bcea53e761d95a096967c1a08d1deb0;hp=9cbb570efc48438817c27bf32fa35bb419f4740e;hb=2a7a112bbffcd41a3436c086f1910ea7a9c94744;hpb=b36a9d0846acddb1ae1716b42f1296f6ad88b05b diff --git a/lib/xdsserver/folder-st.go b/lib/xdsserver/folder-st.go index 9cbb570..9c89700 100644 --- a/lib/xdsserver/folder-st.go +++ b/lib/xdsserver/folder-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"); @@ -23,8 +23,8 @@ import ( "path/filepath" "strings" - st "github.com/iotbzh/xds-server/lib/syncthing" - "github.com/iotbzh/xds-server/lib/xsapiv1" + st "gerrit.automotivelinux.org/gerrit/src/xds/xds-server/lib/syncthing" + "gerrit.automotivelinux.org/gerrit/src/xds/xds-server/lib/xsapiv1" uuid "github.com/satori/go.uuid" "github.com/syncthing/syncthing/lib/config" )