summaryrefslogtreecommitdiffstats
path: root/lib/apiv1/config.go
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-06-26 18:53:06 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-06-26 18:53:06 +0200
commit36e2400d1c0249e81f910e48a967e0202d5a8d46 (patch)
tree73b3f2cced8b1f9eadb8db5e247a79b89aa9df00 /lib/apiv1/config.go
parent59b0682f87803e69a58e58ea0f3c50f606745cae (diff)
Use xds-common go library.
Diffstat (limited to 'lib/apiv1/config.go')
-rw-r--r--lib/apiv1/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/apiv1/config.go b/lib/apiv1/config.go
index 79225f4..47155ed 100644
--- a/lib/apiv1/config.go
+++ b/lib/apiv1/config.go
@@ -5,8 +5,8 @@ import (
"sync"
"github.com/gin-gonic/gin"
- "github.com/iotbzh/xds-agent/lib/common"
"github.com/iotbzh/xds-agent/lib/xdsconfig"
+ common "github.com/iotbzh/xds-common/golib"
)
var confMut sync.Mutex