aboutsummaryrefslogtreecommitdiffstats
path: root/lib/syncthing
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-06-26 18:54:13 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-06-26 18:54:13 +0200
commitea3b17feb2eb2d54bbc27dc75eee60bd1fe67d27 (patch)
tree2b5039efbee54eb6f2f0c8605ad3d6f8bca4c284 /lib/syncthing
parent2d3e49e1e92206147b6ab7b191e525fa3ac6f2a5 (diff)
Use xds-common go library.
Diffstat (limited to 'lib/syncthing')
-rw-r--r--lib/syncthing/st.go2
1 files changed, 1 insertions, 1 deletions
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"
)