X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-agent.git;a=blobdiff_plain;f=lib%2Fsyncthing%2Fstfolder.go;h=05ec5f9981d0473fbcfe5a6fc20520a4a25d8a07;hp=098ab2da6872fd7d183228404b949b5aed255dba;hb=a2cc38902ff7528870822110c4f04329a3918564;hpb=2de3cf95d310ae0c83e68973cd97921f7f6fff4a diff --git a/lib/syncthing/stfolder.go b/lib/syncthing/stfolder.go index 098ab2d..05ec5f9 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"); @@ -22,7 +22,7 @@ import ( "fmt" "strings" - common "github.com/iotbzh/xds-common/golib" + common "gerrit.automotivelinux.org/gerrit/src/xds/xds-common.git/golib" stconfig "github.com/syncthing/syncthing/lib/config" "github.com/syncthing/syncthing/lib/protocol" )