summaryrefslogtreecommitdiffstats
path: root/lib/apiv1/agent.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/apiv1/agent.go')
-rw-r--r--lib/apiv1/agent.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/apiv1/agent.go b/lib/apiv1/agent.go
index b693608..651f246 100644
--- a/lib/apiv1/agent.go
+++ b/lib/apiv1/agent.go
@@ -8,7 +8,7 @@ import (
"path/filepath"
"github.com/gin-gonic/gin"
- "github.com/iotbzh/xds-agent/lib/common"
+ common "github.com/iotbzh/xds-common/golib"
)
type XDSAgentTarball struct {