From 36e2400d1c0249e81f910e48a967e0202d5a8d46 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Mon, 26 Jun 2017 18:53:06 +0200 Subject: Use xds-common go library. --- lib/apiv1/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/apiv1/config.go') 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 -- cgit 1.2.3-korg