Use xds-common go library.
[src/xds/xds-server.git] / lib / apiv1 / folders.go
index b4d2ac0..44bda24 100644 (file)
@@ -5,7 +5,7 @@ import (
        "strconv"
 
        "github.com/gin-gonic/gin"
-       "github.com/iotbzh/xds-server/lib/common"
+       common "github.com/iotbzh/xds-common/golib"
        "github.com/iotbzh/xds-server/lib/xdsconfig"
 )