summaryrefslogtreecommitdiffstats
path: root/lib/apiv1/folders.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/apiv1/folders.go')
-rw-r--r--lib/apiv1/folders.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/apiv1/folders.go b/lib/apiv1/folders.go
index b4d2ac0..44bda24 100644
--- a/lib/apiv1/folders.go
+++ b/lib/apiv1/folders.go
@@ -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"
)