X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-server.git;a=blobdiff_plain;f=lib%2Fsyncthing%2Fstfolder.go;h=8a41968413f6d1f2fc964c3e92f0da13b924dd4b;hp=1dcbfe17f589085aac3feb531db93a718885f2b5;hb=2a7a112bbffcd41a3436c086f1910ea7a9c94744;hpb=b36a9d0846acddb1ae1716b42f1296f6ad88b05b diff --git a/lib/syncthing/stfolder.go b/lib/syncthing/stfolder.go index 1dcbfe1..8a41968 100644 --- a/lib/syncthing/stfolder.go +++ b/lib/syncthing/stfolder.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 ( "path/filepath" "strings" - "github.com/iotbzh/xds-server/lib/xsapiv1" + "gerrit.automotivelinux.org/gerrit/src/xds/xds-server/lib/xsapiv1" stconfig "github.com/syncthing/syncthing/lib/config" "github.com/syncthing/syncthing/lib/protocol" )