From 9b88ee3340ec243354e3ce20d99264299170c781 Mon Sep 17 00:00:00 2001 From: lixxxww <941403820@qq.com> Date: Tue, 23 Jan 2024 10:59:59 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BC=95=E7=94=A8=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lixxxww <941403820@qq.com> --- apps/device/api/device.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/device/api/device.go b/apps/device/api/device.go index 800f4e0..cffce83 100644 --- a/apps/device/api/device.go +++ b/apps/device/api/device.go @@ -8,9 +8,9 @@ package api import ( "fmt" "pandax/apps/device/util" - "pandax/kit/biz" - "pandax/kit/model" - "pandax/kit/restfulx" + "github.com/PandaXGO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" "pandax/pkg/global" model2 "pandax/pkg/global/model" "pandax/pkg/shadow"