diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-26 18:53:06 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-26 18:53:06 +0200 |
commit | 36e2400d1c0249e81f910e48a967e0202d5a8d46 (patch) | |
tree | 73b3f2cced8b1f9eadb8db5e247a79b89aa9df00 /lib/xdsconfig/fileconfig.go | |
parent | 59b0682f87803e69a58e58ea0f3c50f606745cae (diff) |
Use xds-common go library.
Diffstat (limited to 'lib/xdsconfig/fileconfig.go')
-rw-r--r-- | lib/xdsconfig/fileconfig.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xdsconfig/fileconfig.go b/lib/xdsconfig/fileconfig.go index 3c834fc..add6ef7 100644 --- a/lib/xdsconfig/fileconfig.go +++ b/lib/xdsconfig/fileconfig.go @@ -7,7 +7,7 @@ import ( "path" "path/filepath" - "github.com/iotbzh/xds-agent/lib/common" + common "github.com/iotbzh/xds-common/golib" ) type SyncThingConf struct { |