From ea3b17feb2eb2d54bbc27dc75eee60bd1fe67d27 Mon Sep 17 00:00:00 2001
From: Sebastien Douheret <sebastien.douheret@iot.bzh>
Date: Mon, 26 Jun 2017 18:54:13 +0200
Subject: Use xds-common go library.

---
 lib/syncthing/st.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lib/syncthing')

diff --git a/lib/syncthing/st.go b/lib/syncthing/st.go
index e4506a5..3380cda 100644
--- a/lib/syncthing/st.go
+++ b/lib/syncthing/st.go
@@ -20,7 +20,7 @@ import (
 	"regexp"
 
 	"github.com/Sirupsen/logrus"
-	"github.com/iotbzh/xds-server/lib/common"
+	common "github.com/iotbzh/xds-common/golib"
 	"github.com/iotbzh/xds-server/lib/xdsconfig"
 	"github.com/syncthing/syncthing/lib/config"
 )
-- 
cgit