diff --git a/apps/develop/api/gen.go b/apps/develop/api/gen.go index d0dcda8..ed37f3b 100644 --- a/apps/develop/api/gen.go +++ b/apps/develop/api/gen.go @@ -1,7 +1,7 @@ package api import ( - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/restfulx" "pandax/apps/develop/gen" "pandax/apps/develop/services" ) diff --git a/apps/develop/api/table.go b/apps/develop/api/table.go index 3abd4c8..2fb09b7 100644 --- a/apps/develop/api/table.go +++ b/apps/develop/api/table.go @@ -1,9 +1,9 @@ package api import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" - "github.com/XM-GO/PandaKit/utils" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/utils" "pandax/apps/develop/api/vo" "pandax/apps/develop/entity" "pandax/apps/develop/gen" diff --git a/apps/develop/entity/dev_gen_table.go b/apps/develop/entity/dev_gen_table.go index 0d16202..2a61572 100644 --- a/apps/develop/entity/dev_gen_table.go +++ b/apps/develop/entity/dev_gen_table.go @@ -1,6 +1,6 @@ package entity -import "github.com/XM-GO/PandaKit/model" +import "github.com/PandaXGO/PandaKit/model" type DevGenTable struct { TableId int64 `gorm:"primaryKey;autoIncrement" json:"tableId"` // 编号 diff --git a/apps/develop/gen/gen.go b/apps/develop/gen/gen.go index 1856c2a..3acacda 100644 --- a/apps/develop/gen/gen.go +++ b/apps/develop/gen/gen.go @@ -3,8 +3,8 @@ package gen import ( "bytes" "fmt" - "github.com/XM-GO/PandaKit/biz" - "github.com/XM-GO/PandaKit/utils" + "github.com/PandaXGO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/utils" "github.com/kakuilan/kgo" "os" "pandax/apps/develop/entity" diff --git a/apps/develop/router/gen.go b/apps/develop/router/gen.go index 9d10a19..724579a 100644 --- a/apps/develop/router/gen.go +++ b/apps/develop/router/gen.go @@ -1,7 +1,7 @@ package router import ( - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/restfulx" restfulspec "github.com/emicklei/go-restful-openapi/v2" "github.com/emicklei/go-restful/v3" "pandax/apps/develop/api" diff --git a/apps/develop/router/table.go b/apps/develop/router/table.go index d073090..343db9b 100644 --- a/apps/develop/router/table.go +++ b/apps/develop/router/table.go @@ -1,8 +1,8 @@ package router import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" restfulspec "github.com/emicklei/go-restful-openapi/v2" "github.com/emicklei/go-restful/v3" "pandax/apps/develop/api" diff --git a/apps/develop/services/gen_table.go b/apps/develop/services/gen_table.go index 5f279c4..dc0f24b 100644 --- a/apps/develop/services/gen_table.go +++ b/apps/develop/services/gen_table.go @@ -2,8 +2,8 @@ package services import ( "errors" - "github.com/XM-GO/PandaKit/biz" - "github.com/XM-GO/PandaKit/utils" + "github.com/PandaXGO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/utils" "pandax/apps/develop/entity" "pandax/pkg/global" ) diff --git a/apps/develop/services/gen_table_column.go b/apps/develop/services/gen_table_column.go index 41d69c7..42d998f 100644 --- a/apps/develop/services/gen_table_column.go +++ b/apps/develop/services/gen_table_column.go @@ -2,7 +2,7 @@ package services import ( "errors" - "github.com/XM-GO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/biz" "pandax/apps/develop/entity" "pandax/pkg/global" ) diff --git a/apps/device/api/device.go b/apps/device/api/device.go index ed7a8fe..8b47462 100644 --- a/apps/device/api/device.go +++ b/apps/device/api/device.go @@ -8,9 +8,9 @@ package api import ( "encoding/json" "fmt" - "github.com/XM-GO/PandaKit/biz" - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" "github.com/kakuilan/kgo" "pandax/pkg/global" "pandax/pkg/mqtt" diff --git a/apps/device/api/device_alarm.go b/apps/device/api/device_alarm.go index d8a167d..ede50e8 100644 --- a/apps/device/api/device_alarm.go +++ b/apps/device/api/device_alarm.go @@ -2,8 +2,8 @@ package api // ========================================================================== import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" "strings" "pandax/apps/device/entity" diff --git a/apps/device/api/device_cmd.go b/apps/device/api/device_cmd.go index 83184ed..ad2f289 100644 --- a/apps/device/api/device_cmd.go +++ b/apps/device/api/device_cmd.go @@ -2,9 +2,9 @@ package api // ========================================================================== import ( - "github.com/XM-GO/PandaKit/biz" - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" "github.com/kakuilan/kgo" "pandax/pkg/global" "pandax/pkg/mqtt" diff --git a/apps/device/api/device_group.go b/apps/device/api/device_group.go index 106317a..d5f62ed 100644 --- a/apps/device/api/device_group.go +++ b/apps/device/api/device_group.go @@ -1,7 +1,7 @@ package api import ( - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/restfulx" "github.com/kakuilan/kgo" "pandax/apps/device/entity" "pandax/apps/device/services" diff --git a/apps/device/api/product.go b/apps/device/api/product.go index 4cff209..ac335d9 100644 --- a/apps/device/api/product.go +++ b/apps/device/api/product.go @@ -7,9 +7,9 @@ package api // ========================================================================== import ( "fmt" - "github.com/XM-GO/PandaKit/biz" - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" "github.com/kakuilan/kgo" "pandax/pkg/global" "strings" diff --git a/apps/device/api/product_category.go b/apps/device/api/product_category.go index 9e36c75..bdbb1a4 100644 --- a/apps/device/api/product_category.go +++ b/apps/device/api/product_category.go @@ -1,7 +1,7 @@ package api import ( - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/restfulx" "github.com/kakuilan/kgo" "pandax/apps/device/entity" "pandax/apps/device/services" diff --git a/apps/device/api/product_ota.go b/apps/device/api/product_ota.go index 58246b1..9e32354 100644 --- a/apps/device/api/product_ota.go +++ b/apps/device/api/product_ota.go @@ -2,8 +2,8 @@ package api // ========================================================================== import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" "github.com/kakuilan/kgo" "strings" diff --git a/apps/device/api/product_template.go b/apps/device/api/product_template.go index 8f4f22a..b254b85 100644 --- a/apps/device/api/product_template.go +++ b/apps/device/api/product_template.go @@ -1,9 +1,9 @@ package api import ( - "github.com/XM-GO/PandaKit/biz" - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" "github.com/kakuilan/kgo" "log" "pandax/pkg/global" diff --git a/apps/device/router/device.go b/apps/device/router/device.go index 8b24c90..765400c 100644 --- a/apps/device/router/device.go +++ b/apps/device/router/device.go @@ -1,8 +1,8 @@ package router import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" "pandax/apps/device/api" "pandax/apps/device/entity" "pandax/apps/device/services" diff --git a/apps/device/router/device_alarm.go b/apps/device/router/device_alarm.go index a1de111..c882d14 100644 --- a/apps/device/router/device_alarm.go +++ b/apps/device/router/device_alarm.go @@ -1,8 +1,8 @@ package router import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" "pandax/apps/device/api" "pandax/apps/device/entity" "pandax/apps/device/services" diff --git a/apps/device/router/device_cmd.go b/apps/device/router/device_cmd.go index dcc292b..b734ea8 100644 --- a/apps/device/router/device_cmd.go +++ b/apps/device/router/device_cmd.go @@ -1,8 +1,8 @@ package router import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" "pandax/apps/device/api" "pandax/apps/device/entity" "pandax/apps/device/services" diff --git a/apps/device/router/device_group.go b/apps/device/router/device_group.go index b65bad2..75be435 100644 --- a/apps/device/router/device_group.go +++ b/apps/device/router/device_group.go @@ -1,7 +1,7 @@ package router import ( - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/restfulx" restfulspec "github.com/emicklei/go-restful-openapi/v2" "github.com/emicklei/go-restful/v3" "pandax/apps/device/api" diff --git a/apps/device/router/product.go b/apps/device/router/product.go index 5dd22b9..0dcce47 100644 --- a/apps/device/router/product.go +++ b/apps/device/router/product.go @@ -1,8 +1,8 @@ package router import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" "pandax/apps/device/api" "pandax/apps/device/entity" "pandax/apps/device/services" diff --git a/apps/device/router/product_category.go b/apps/device/router/product_category.go index 15ac48d..08068cb 100644 --- a/apps/device/router/product_category.go +++ b/apps/device/router/product_category.go @@ -1,7 +1,7 @@ package router import ( - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/restfulx" restfulspec "github.com/emicklei/go-restful-openapi/v2" "github.com/emicklei/go-restful/v3" "pandax/apps/device/api" diff --git a/apps/device/router/product_ota.go b/apps/device/router/product_ota.go index 24663a5..092ee7d 100644 --- a/apps/device/router/product_ota.go +++ b/apps/device/router/product_ota.go @@ -1,8 +1,8 @@ package router import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" "pandax/apps/device/api" "pandax/apps/device/entity" "pandax/apps/device/services" diff --git a/apps/device/router/product_template.go b/apps/device/router/product_template.go index 4c0ac9c..a6945d2 100644 --- a/apps/device/router/product_template.go +++ b/apps/device/router/product_template.go @@ -1,8 +1,8 @@ package router import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" "pandax/apps/device/api" "pandax/apps/device/entity" "pandax/apps/device/services" diff --git a/apps/device/services/device.go b/apps/device/services/device.go index adfcd06..43ad352 100644 --- a/apps/device/services/device.go +++ b/apps/device/services/device.go @@ -2,7 +2,7 @@ package services import ( "context" - "github.com/XM-GO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/biz" "pandax/apps/device/entity" "pandax/pkg/global" "pandax/pkg/tool" diff --git a/apps/device/services/device_alarm.go b/apps/device/services/device_alarm.go index 0b2428d..b357e91 100644 --- a/apps/device/services/device_alarm.go +++ b/apps/device/services/device_alarm.go @@ -1,7 +1,7 @@ package services import ( - "github.com/XM-GO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/biz" "pandax/apps/device/entity" "pandax/pkg/global" ) diff --git a/apps/device/services/device_cmd_log.go b/apps/device/services/device_cmd_log.go index 674a4c3..025ff39 100644 --- a/apps/device/services/device_cmd_log.go +++ b/apps/device/services/device_cmd_log.go @@ -1,7 +1,7 @@ package services import ( - "github.com/XM-GO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/biz" "pandax/apps/device/entity" "pandax/pkg/global" "time" diff --git a/apps/device/services/device_group.go b/apps/device/services/device_group.go index 8666308..af9ccff 100644 --- a/apps/device/services/device_group.go +++ b/apps/device/services/device_group.go @@ -2,7 +2,7 @@ package services import ( "errors" - "github.com/XM-GO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/biz" "pandax/apps/device/entity" "pandax/pkg/global" ) diff --git a/apps/device/services/product.go b/apps/device/services/product.go index 289a0b1..f15c575 100644 --- a/apps/device/services/product.go +++ b/apps/device/services/product.go @@ -2,7 +2,7 @@ package services import ( "context" - "github.com/XM-GO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/biz" "log" "pandax/apps/device/entity" ruleEntity "pandax/apps/rule/entity" diff --git a/apps/device/services/product_category.go b/apps/device/services/product_category.go index 2aa5af8..c1da14c 100644 --- a/apps/device/services/product_category.go +++ b/apps/device/services/product_category.go @@ -2,7 +2,7 @@ package services import ( "errors" - "github.com/XM-GO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/biz" "pandax/apps/device/entity" "pandax/pkg/global" ) diff --git a/apps/device/services/product_ota.go b/apps/device/services/product_ota.go index 00e53f2..f832e6f 100644 --- a/apps/device/services/product_ota.go +++ b/apps/device/services/product_ota.go @@ -1,7 +1,7 @@ package services import ( - "github.com/XM-GO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/biz" "log" "pandax/apps/device/entity" "pandax/pkg/global" diff --git a/apps/device/services/product_template.go b/apps/device/services/product_template.go index 0bffa31..50fbb71 100644 --- a/apps/device/services/product_template.go +++ b/apps/device/services/product_template.go @@ -1,7 +1,7 @@ package services import ( - "github.com/XM-GO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/biz" "pandax/apps/device/entity" "pandax/pkg/global" "strings" diff --git a/apps/job/api/job.go b/apps/job/api/job.go index e2b73ab..9a17629 100644 --- a/apps/job/api/job.go +++ b/apps/job/api/job.go @@ -1,9 +1,9 @@ package api import ( - "github.com/XM-GO/PandaKit/biz" - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" "github.com/kakuilan/kgo" "log" "pandax/apps/job/api/from" diff --git a/apps/job/api/log_job.go b/apps/job/api/log_job.go index 01122c5..5c24242 100644 --- a/apps/job/api/log_job.go +++ b/apps/job/api/log_job.go @@ -1,9 +1,9 @@ package api import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" - "github.com/XM-GO/PandaKit/utils" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/utils" "pandax/apps/job/entity" "pandax/apps/job/services" ) diff --git a/apps/job/router/job.go b/apps/job/router/job.go index 36cad32..331b738 100644 --- a/apps/job/router/job.go +++ b/apps/job/router/job.go @@ -1,8 +1,8 @@ package router import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" restfulspec "github.com/emicklei/go-restful-openapi/v2" "github.com/emicklei/go-restful/v3" "pandax/apps/job/api" diff --git a/apps/job/router/job_log.go b/apps/job/router/job_log.go index d9c4ef4..823a1bd 100644 --- a/apps/job/router/job_log.go +++ b/apps/job/router/job_log.go @@ -1,8 +1,8 @@ package router import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" restfulspec "github.com/emicklei/go-restful-openapi/v2" "github.com/emicklei/go-restful/v3" "pandax/apps/job/api" diff --git a/apps/job/services/job.go b/apps/job/services/job.go index cf79a57..a6af771 100644 --- a/apps/job/services/job.go +++ b/apps/job/services/job.go @@ -1,7 +1,7 @@ package services import ( - "github.com/XM-GO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/biz" "pandax/apps/job/entity" "pandax/pkg/global" ) diff --git a/apps/job/services/log_job.go b/apps/job/services/log_job.go index 5b40198..9697593 100644 --- a/apps/job/services/log_job.go +++ b/apps/job/services/log_job.go @@ -1,7 +1,7 @@ package services import ( - "github.com/XM-GO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/biz" "pandax/apps/job/entity" "pandax/pkg/global" ) diff --git a/apps/log/api/log_login.go b/apps/log/api/log_login.go index e346178..400f8c9 100644 --- a/apps/log/api/log_login.go +++ b/apps/log/api/log_login.go @@ -1,9 +1,9 @@ package api import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" - "github.com/XM-GO/PandaKit/utils" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/utils" "pandax/apps/log/entity" "pandax/apps/log/services" ) diff --git a/apps/log/api/log_oper.go b/apps/log/api/log_oper.go index 564653b..903059d 100644 --- a/apps/log/api/log_oper.go +++ b/apps/log/api/log_oper.go @@ -1,9 +1,9 @@ package api import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" - "github.com/XM-GO/PandaKit/utils" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/utils" "log" "pandax/apps/log/entity" "pandax/apps/log/services" diff --git a/apps/log/entity/log_login.go b/apps/log/entity/log_login.go index f297ec5..2f6d7ea 100644 --- a/apps/log/entity/log_login.go +++ b/apps/log/entity/log_login.go @@ -1,7 +1,7 @@ package entity import ( - "github.com/XM-GO/PandaKit/model" + "github.com/PandaXGO/PandaKit/model" "time" ) diff --git a/apps/log/entity/log_oper.go b/apps/log/entity/log_oper.go index 11bd57c..fdee662 100644 --- a/apps/log/entity/log_oper.go +++ b/apps/log/entity/log_oper.go @@ -1,7 +1,7 @@ package entity import ( - "github.com/XM-GO/PandaKit/model" + "github.com/PandaXGO/PandaKit/model" ) type LogOper struct { diff --git a/apps/log/router/login_log.go b/apps/log/router/login_log.go index 54dec1b..f1ebcff 100644 --- a/apps/log/router/login_log.go +++ b/apps/log/router/login_log.go @@ -1,8 +1,8 @@ package router import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" restfulspec "github.com/emicklei/go-restful-openapi/v2" "github.com/emicklei/go-restful/v3" "pandax/apps/log/api" diff --git a/apps/log/router/oper_log.go b/apps/log/router/oper_log.go index 25f1d9e..044ebdb 100644 --- a/apps/log/router/oper_log.go +++ b/apps/log/router/oper_log.go @@ -1,8 +1,8 @@ package router import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" restfulspec "github.com/emicklei/go-restful-openapi/v2" "github.com/emicklei/go-restful/v3" "pandax/apps/log/api" diff --git a/apps/log/services/log_login.go b/apps/log/services/log_login.go index 898af23..6e99936 100644 --- a/apps/log/services/log_login.go +++ b/apps/log/services/log_login.go @@ -1,7 +1,7 @@ package services import ( - "github.com/XM-GO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/biz" "pandax/apps/log/entity" "pandax/pkg/global" ) diff --git a/apps/log/services/log_oper.go b/apps/log/services/log_oper.go index d90155e..1d2f380 100644 --- a/apps/log/services/log_oper.go +++ b/apps/log/services/log_oper.go @@ -1,7 +1,7 @@ package services import ( - "github.com/XM-GO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/biz" "pandax/apps/log/entity" "pandax/pkg/global" ) diff --git a/apps/rule/api/rulechain.go b/apps/rule/api/rulechain.go index 07f4035..bf17aa4 100644 --- a/apps/rule/api/rulechain.go +++ b/apps/rule/api/rulechain.go @@ -2,9 +2,9 @@ package api import ( "context" - "github.com/XM-GO/PandaKit/biz" - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" "github.com/kakuilan/kgo" "pandax/apps/rule/entity" "pandax/apps/rule/services" diff --git a/apps/rule/api/rulechain_log.go b/apps/rule/api/rulechain_log.go index f0b9a6a..8c190fd 100644 --- a/apps/rule/api/rulechain_log.go +++ b/apps/rule/api/rulechain_log.go @@ -1,8 +1,8 @@ package api import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" "pandax/apps/rule/entity" "pandax/apps/rule/services" "pandax/pkg/rule_engine/nodes" diff --git a/apps/rule/router/rulechain.go b/apps/rule/router/rulechain.go index 8a50b41..f5e07ab 100644 --- a/apps/rule/router/rulechain.go +++ b/apps/rule/router/rulechain.go @@ -1,8 +1,8 @@ package router import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" restfulspec "github.com/emicklei/go-restful-openapi/v2" "github.com/emicklei/go-restful/v3" "pandax/apps/rule/api" diff --git a/apps/rule/router/rulechain_log.go b/apps/rule/router/rulechain_log.go index 6cfc666..772cb03 100644 --- a/apps/rule/router/rulechain_log.go +++ b/apps/rule/router/rulechain_log.go @@ -1,8 +1,8 @@ package router import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" restfulspec "github.com/emicklei/go-restful-openapi/v2" "github.com/emicklei/go-restful/v3" "pandax/apps/rule/api" diff --git a/apps/rule/services/rulechain.go b/apps/rule/services/rulechain.go index 35088ba..2f087eb 100644 --- a/apps/rule/services/rulechain.go +++ b/apps/rule/services/rulechain.go @@ -7,7 +7,7 @@ package services import ( - "github.com/XM-GO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/biz" "log" "pandax/apps/rule/entity" "pandax/pkg/events" diff --git a/apps/rule/services/rulechain_log.go b/apps/rule/services/rulechain_log.go index f5f1246..4f349aa 100644 --- a/apps/rule/services/rulechain_log.go +++ b/apps/rule/services/rulechain_log.go @@ -7,7 +7,7 @@ package services import ( - "github.com/XM-GO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/biz" "pandax/apps/rule/entity" "pandax/pkg/global" ) diff --git a/apps/system/api/api.go b/apps/system/api/api.go index d7595f8..f2b8bc7 100644 --- a/apps/system/api/api.go +++ b/apps/system/api/api.go @@ -1,10 +1,10 @@ package api import ( - "github.com/XM-GO/PandaKit/casbin" - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" - "github.com/XM-GO/PandaKit/utils" + "github.com/PandaXGO/PandaKit/casbin" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/utils" entity "pandax/apps/system/entity" services "pandax/apps/system/services" "pandax/pkg/global" diff --git a/apps/system/api/config.go b/apps/system/api/config.go index c8669b0..9f5878f 100644 --- a/apps/system/api/config.go +++ b/apps/system/api/config.go @@ -1,10 +1,10 @@ package api import ( - "github.com/XM-GO/PandaKit/biz" - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" - "github.com/XM-GO/PandaKit/utils" + "github.com/PandaXGO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/utils" entity "pandax/apps/system/entity" services "pandax/apps/system/services" ) diff --git a/apps/system/api/dept.go b/apps/system/api/dept.go index 38fc5f6..befa3f7 100644 --- a/apps/system/api/dept.go +++ b/apps/system/api/dept.go @@ -3,9 +3,9 @@ package api import ( "errors" "fmt" - "github.com/XM-GO/PandaKit/biz" - "github.com/XM-GO/PandaKit/restfulx" - "github.com/XM-GO/PandaKit/utils" + "github.com/PandaXGO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/utils" "pandax/apps/system/api/vo" "pandax/apps/system/entity" "pandax/apps/system/services" diff --git a/apps/system/api/dict.go b/apps/system/api/dict.go index 7a9cdd3..d74fefd 100644 --- a/apps/system/api/dict.go +++ b/apps/system/api/dict.go @@ -2,10 +2,10 @@ package api import ( "fmt" - "github.com/XM-GO/PandaKit/biz" - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" - "github.com/XM-GO/PandaKit/utils" + "github.com/PandaXGO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/utils" entity "pandax/apps/system/entity" services "pandax/apps/system/services" "pandax/pkg/global" diff --git a/apps/system/api/menu.go b/apps/system/api/menu.go index d5a3c16..e65e46f 100644 --- a/apps/system/api/menu.go +++ b/apps/system/api/menu.go @@ -1,9 +1,9 @@ package api import ( - "github.com/XM-GO/PandaKit/biz" - "github.com/XM-GO/PandaKit/restfulx" - "github.com/XM-GO/PandaKit/utils" + "github.com/PandaXGO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/utils" "pandax/apps/system/api/vo" entity "pandax/apps/system/entity" services "pandax/apps/system/services" diff --git a/apps/system/api/notice.go b/apps/system/api/notice.go index fb4f2ce..de1f1fa 100644 --- a/apps/system/api/notice.go +++ b/apps/system/api/notice.go @@ -1,9 +1,9 @@ package api import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" - "github.com/XM-GO/PandaKit/utils" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/utils" "pandax/apps/system/entity" "pandax/apps/system/services" "strings" diff --git a/apps/system/api/post.go b/apps/system/api/post.go index 3ae1708..0e289a5 100644 --- a/apps/system/api/post.go +++ b/apps/system/api/post.go @@ -3,10 +3,10 @@ package api import ( "errors" "fmt" - "github.com/XM-GO/PandaKit/biz" - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" - "github.com/XM-GO/PandaKit/utils" + "github.com/PandaXGO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/utils" "pandax/apps/system/entity" "pandax/apps/system/services" "pandax/pkg/global" diff --git a/apps/system/api/role.go b/apps/system/api/role.go index 1e60d33..fc02fb6 100644 --- a/apps/system/api/role.go +++ b/apps/system/api/role.go @@ -3,11 +3,11 @@ package api import ( "errors" "fmt" - "github.com/XM-GO/PandaKit/biz" - "github.com/XM-GO/PandaKit/casbin" - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" - "github.com/XM-GO/PandaKit/utils" + "github.com/PandaXGO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/casbin" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/utils" entity "pandax/apps/system/entity" services "pandax/apps/system/services" "pandax/pkg/global" diff --git a/apps/system/api/system.go b/apps/system/api/system.go index ab3c576..1d50000 100644 --- a/apps/system/api/system.go +++ b/apps/system/api/system.go @@ -2,9 +2,9 @@ package api import ( "fmt" - "github.com/XM-GO/PandaKit/biz" - "github.com/XM-GO/PandaKit/restfulx" - "github.com/XM-GO/PandaKit/ws" + "github.com/PandaXGO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/ws" "github.com/emicklei/go-restful/v3" "github.com/gorilla/websocket" "github.com/kakuilan/kgo" diff --git a/apps/system/api/tenant.go b/apps/system/api/tenant.go index 1f70651..19e1d20 100644 --- a/apps/system/api/tenant.go +++ b/apps/system/api/tenant.go @@ -6,9 +6,9 @@ package api * @Date 2022/7/14 17:55 **/ import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" - "github.com/XM-GO/PandaKit/utils" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/utils" "pandax/apps/system/entity" "pandax/apps/system/services" ) diff --git a/apps/system/api/upload.go b/apps/system/api/upload.go index d48bd03..48e86bd 100644 --- a/apps/system/api/upload.go +++ b/apps/system/api/upload.go @@ -2,9 +2,9 @@ package api import ( "fmt" - "github.com/XM-GO/PandaKit/biz" - "github.com/XM-GO/PandaKit/oss" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/oss" + "github.com/PandaXGO/PandaKit/restfulx" "net/http" "os" "pandax/pkg/config" diff --git a/apps/system/api/user.go b/apps/system/api/user.go index 18bdac0..e6f30fa 100644 --- a/apps/system/api/user.go +++ b/apps/system/api/user.go @@ -1,8 +1,8 @@ package api import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/token" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/token" "github.com/dgrijalva/jwt-go" "github.com/emicklei/go-restful/v3" "github.com/kakuilan/kgo" @@ -16,11 +16,11 @@ import ( logEntity "pandax/apps/log/entity" logServices "pandax/apps/log/services" - "github.com/XM-GO/PandaKit/biz" - "github.com/XM-GO/PandaKit/captcha" - filek "github.com/XM-GO/PandaKit/file" - "github.com/XM-GO/PandaKit/restfulx" - "github.com/XM-GO/PandaKit/utils" + "github.com/PandaXGO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/captcha" + filek "github.com/PandaXGO/PandaKit/file" + "github.com/PandaXGO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/utils" "pandax/apps/system/services" "pandax/pkg/global" "strings" diff --git a/apps/system/entity/api.go b/apps/system/entity/api.go index 9167c4a..1b50abe 100644 --- a/apps/system/entity/api.go +++ b/apps/system/entity/api.go @@ -1,6 +1,6 @@ package entity -import "github.com/XM-GO/PandaKit/model" +import "github.com/PandaXGO/PandaKit/model" type SysApi struct { model.BaseAutoModel diff --git a/apps/system/entity/config.go b/apps/system/entity/config.go index 94e2d80..62ff5c7 100644 --- a/apps/system/entity/config.go +++ b/apps/system/entity/config.go @@ -1,6 +1,6 @@ package entity -import "github.com/XM-GO/PandaKit/model" +import "github.com/PandaXGO/PandaKit/model" type SysConfig struct { ConfigId int64 `json:"configId" gorm:"primaryKey;AUTO_INCREMENT;comment:主键编码"` diff --git a/apps/system/entity/dept.go b/apps/system/entity/dept.go index e8c1ddd..a82343e 100644 --- a/apps/system/entity/dept.go +++ b/apps/system/entity/dept.go @@ -1,6 +1,6 @@ package entity -import "github.com/XM-GO/PandaKit/model" +import "github.com/PandaXGO/PandaKit/model" // 部门组织 type SysDept struct { diff --git a/apps/system/entity/dict.go b/apps/system/entity/dict.go index 99cdab3..5bccf7a 100644 --- a/apps/system/entity/dict.go +++ b/apps/system/entity/dict.go @@ -1,6 +1,6 @@ package entity -import "github.com/XM-GO/PandaKit/model" +import "github.com/PandaXGO/PandaKit/model" type SysDictData struct { DictCode int64 `json:"dictCode" gorm:"primary_key;AUTO_INCREMENT"` diff --git a/apps/system/entity/menu.go b/apps/system/entity/menu.go index b84d15d..2d89ba5 100644 --- a/apps/system/entity/menu.go +++ b/apps/system/entity/menu.go @@ -1,6 +1,6 @@ package entity -import "github.com/XM-GO/PandaKit/model" +import "github.com/PandaXGO/PandaKit/model" type SysMenu struct { MenuId int64 `json:"menuId" gorm:"primary_key;AUTO_INCREMENT"` diff --git a/apps/system/entity/notice.go b/apps/system/entity/notice.go index 224b2e4..d19186d 100644 --- a/apps/system/entity/notice.go +++ b/apps/system/entity/notice.go @@ -1,6 +1,6 @@ package entity -import "github.com/XM-GO/PandaKit/model" +import "github.com/PandaXGO/PandaKit/model" type SysNotice struct { NoticeId int64 `json:"noticeId" gorm:"primary_key;AUTO_INCREMENT"` diff --git a/apps/system/entity/post.go b/apps/system/entity/post.go index f9b6e7c..cb02b63 100644 --- a/apps/system/entity/post.go +++ b/apps/system/entity/post.go @@ -1,6 +1,6 @@ package entity -import "github.com/XM-GO/PandaKit/model" +import "github.com/PandaXGO/PandaKit/model" type SysPost struct { PostId int64 `gorm:"primary_key;AUTO_INCREMENT" json:"postId"` diff --git a/apps/system/entity/role.go b/apps/system/entity/role.go index f25352b..72a4d04 100644 --- a/apps/system/entity/role.go +++ b/apps/system/entity/role.go @@ -1,8 +1,8 @@ package entity import ( - "github.com/XM-GO/PandaKit/casbin" - "github.com/XM-GO/PandaKit/model" + "github.com/PandaXGO/PandaKit/casbin" + "github.com/PandaXGO/PandaKit/model" ) type SysRole struct { diff --git a/apps/system/entity/tenant.go b/apps/system/entity/tenant.go index 1029f8e..b856cf2 100644 --- a/apps/system/entity/tenant.go +++ b/apps/system/entity/tenant.go @@ -1,7 +1,7 @@ package entity import ( - "github.com/XM-GO/PandaKit/model" + "github.com/PandaXGO/PandaKit/model" "time" ) diff --git a/apps/system/entity/user.go b/apps/system/entity/user.go index d5548f8..b674f76 100644 --- a/apps/system/entity/user.go +++ b/apps/system/entity/user.go @@ -1,6 +1,6 @@ package entity -import "github.com/XM-GO/PandaKit/model" +import "github.com/PandaXGO/PandaKit/model" type LoginM struct { Username string `gorm:"type:varchar(64)" json:"username"` diff --git a/apps/system/router/api.go b/apps/system/router/api.go index 3929374..d03547a 100644 --- a/apps/system/router/api.go +++ b/apps/system/router/api.go @@ -1,9 +1,9 @@ package router import ( - "github.com/XM-GO/PandaKit/casbin" - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/casbin" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" restfulspec "github.com/emicklei/go-restful-openapi/v2" "github.com/emicklei/go-restful/v3" "pandax/apps/system/api" diff --git a/apps/system/router/config.go b/apps/system/router/config.go index 413e2fb..7f12592 100644 --- a/apps/system/router/config.go +++ b/apps/system/router/config.go @@ -1,8 +1,8 @@ package router import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" restfulspec "github.com/emicklei/go-restful-openapi/v2" "github.com/emicklei/go-restful/v3" "pandax/apps/system/api" diff --git a/apps/system/router/dept.go b/apps/system/router/dept.go index a4e5b0f..1723c24 100644 --- a/apps/system/router/dept.go +++ b/apps/system/router/dept.go @@ -1,7 +1,7 @@ package router import ( - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/restfulx" restfulspec "github.com/emicklei/go-restful-openapi/v2" "github.com/emicklei/go-restful/v3" "pandax/apps/system/api" diff --git a/apps/system/router/dict.go b/apps/system/router/dict.go index 95c3dc6..a6b8180 100644 --- a/apps/system/router/dict.go +++ b/apps/system/router/dict.go @@ -1,8 +1,8 @@ package router import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" restfulspec "github.com/emicklei/go-restful-openapi/v2" "github.com/emicklei/go-restful/v3" "pandax/apps/system/api" diff --git a/apps/system/router/menu.go b/apps/system/router/menu.go index c38578b..dbd0f92 100644 --- a/apps/system/router/menu.go +++ b/apps/system/router/menu.go @@ -1,7 +1,7 @@ package router import ( - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/restfulx" restfulspec "github.com/emicklei/go-restful-openapi/v2" "github.com/emicklei/go-restful/v3" "pandax/apps/system/api" diff --git a/apps/system/router/notice.go b/apps/system/router/notice.go index 7608c62..62e8605 100644 --- a/apps/system/router/notice.go +++ b/apps/system/router/notice.go @@ -1,8 +1,8 @@ package router import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" restfulspec "github.com/emicklei/go-restful-openapi/v2" "github.com/emicklei/go-restful/v3" "pandax/apps/system/api" diff --git a/apps/system/router/post.go b/apps/system/router/post.go index 0c7675d..8da3011 100644 --- a/apps/system/router/post.go +++ b/apps/system/router/post.go @@ -1,8 +1,8 @@ package router import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" restfulspec "github.com/emicklei/go-restful-openapi/v2" "github.com/emicklei/go-restful/v3" "pandax/apps/system/api" diff --git a/apps/system/router/role.go b/apps/system/router/role.go index 8a62773..5645fab 100644 --- a/apps/system/router/role.go +++ b/apps/system/router/role.go @@ -1,8 +1,8 @@ package router import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" restfulspec "github.com/emicklei/go-restful-openapi/v2" "github.com/emicklei/go-restful/v3" "pandax/apps/system/api" diff --git a/apps/system/router/tenant.go b/apps/system/router/tenant.go index 9d84536..48121a9 100644 --- a/apps/system/router/tenant.go +++ b/apps/system/router/tenant.go @@ -7,8 +7,8 @@ package router **/ import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" restfulspec "github.com/emicklei/go-restful-openapi/v2" "github.com/emicklei/go-restful/v3" "pandax/apps/system/api" diff --git a/apps/system/router/upload.go b/apps/system/router/upload.go index 2cae168..79cec66 100644 --- a/apps/system/router/upload.go +++ b/apps/system/router/upload.go @@ -1,7 +1,7 @@ package router import ( - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/restfulx" restfulspec "github.com/emicklei/go-restful-openapi/v2" "github.com/emicklei/go-restful/v3" "pandax/apps/system/api" diff --git a/apps/system/router/user.go b/apps/system/router/user.go index 95565f8..d45a106 100644 --- a/apps/system/router/user.go +++ b/apps/system/router/user.go @@ -1,7 +1,7 @@ package router import ( - "github.com/XM-GO/PandaKit/model" + "github.com/PandaXGO/PandaKit/model" restfulspec "github.com/emicklei/go-restful-openapi/v2" "github.com/emicklei/go-restful/v3" "pandax/apps/system/api" @@ -10,7 +10,7 @@ import ( "pandax/apps/system/entity" "pandax/apps/system/services" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/restfulx" logServices "pandax/apps/log/services" ) diff --git a/apps/system/services/api.go b/apps/system/services/api.go index 48d64f4..ec7197f 100644 --- a/apps/system/services/api.go +++ b/apps/system/services/api.go @@ -2,8 +2,8 @@ package services import ( "errors" - "github.com/XM-GO/PandaKit/biz" - "github.com/XM-GO/PandaKit/casbin" + "github.com/PandaXGO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/casbin" "gorm.io/gorm" "pandax/apps/system/entity" "pandax/pkg/global" diff --git a/apps/system/services/config.go b/apps/system/services/config.go index 1e53653..9deb01d 100644 --- a/apps/system/services/config.go +++ b/apps/system/services/config.go @@ -1,7 +1,7 @@ package services import ( - "github.com/XM-GO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/biz" "pandax/apps/system/entity" "pandax/pkg/global" ) diff --git a/apps/system/services/dept.go b/apps/system/services/dept.go index 2ce287f..30ff5ac 100644 --- a/apps/system/services/dept.go +++ b/apps/system/services/dept.go @@ -2,7 +2,7 @@ package services import ( "errors" - "github.com/XM-GO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/biz" "github.com/kakuilan/kgo" "pandax/apps/system/entity" "pandax/pkg/global" diff --git a/apps/system/services/dict_data.go b/apps/system/services/dict_data.go index fd8ae31..dbaad3b 100644 --- a/apps/system/services/dict_data.go +++ b/apps/system/services/dict_data.go @@ -1,7 +1,7 @@ package services import ( - "github.com/XM-GO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/biz" "pandax/apps/system/entity" "pandax/pkg/global" ) diff --git a/apps/system/services/dict_type.go b/apps/system/services/dict_type.go index 96c16d1..edc4c2b 100644 --- a/apps/system/services/dict_type.go +++ b/apps/system/services/dict_type.go @@ -1,7 +1,7 @@ package services import ( - "github.com/XM-GO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/biz" "pandax/apps/system/entity" "pandax/pkg/global" ) diff --git a/apps/system/services/menu.go b/apps/system/services/menu.go index 75307e3..8701bc2 100644 --- a/apps/system/services/menu.go +++ b/apps/system/services/menu.go @@ -1,7 +1,7 @@ package services import ( - "github.com/XM-GO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/biz" "pandax/apps/system/entity" "pandax/pkg/global" ) diff --git a/apps/system/services/notice.go b/apps/system/services/notice.go index 2ce1422..62b14e5 100644 --- a/apps/system/services/notice.go +++ b/apps/system/services/notice.go @@ -1,7 +1,7 @@ package services import ( - "github.com/XM-GO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/biz" "pandax/apps/system/entity" "pandax/pkg/global" ) diff --git a/apps/system/services/post.go b/apps/system/services/post.go index 6288284..4d319d0 100644 --- a/apps/system/services/post.go +++ b/apps/system/services/post.go @@ -1,7 +1,7 @@ package services import ( - "github.com/XM-GO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/biz" "pandax/apps/system/entity" "pandax/pkg/global" ) diff --git a/apps/system/services/role.go b/apps/system/services/role.go index f64c312..52cf316 100644 --- a/apps/system/services/role.go +++ b/apps/system/services/role.go @@ -2,7 +2,7 @@ package services import ( "errors" - "github.com/XM-GO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/biz" "pandax/apps/system/entity" "pandax/pkg/global" ) diff --git a/apps/system/services/role_dept.go b/apps/system/services/role_dept.go index 7eccf53..15a6ad1 100644 --- a/apps/system/services/role_dept.go +++ b/apps/system/services/role_dept.go @@ -2,7 +2,7 @@ package services import ( "fmt" - "github.com/XM-GO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/biz" "pandax/apps/system/entity" "pandax/pkg/global" ) diff --git a/apps/system/services/role_menu.go b/apps/system/services/role_menu.go index 1b721bc..1e396dd 100644 --- a/apps/system/services/role_menu.go +++ b/apps/system/services/role_menu.go @@ -2,7 +2,7 @@ package services import ( "fmt" - "github.com/XM-GO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/biz" "pandax/apps/system/entity" "pandax/pkg/global" ) diff --git a/apps/system/services/tenant.go b/apps/system/services/tenant.go index 1e540b1..c0c4f9f 100644 --- a/apps/system/services/tenant.go +++ b/apps/system/services/tenant.go @@ -6,7 +6,7 @@ package services * @Date 2022/7/14 17:49 **/ import ( - "github.com/XM-GO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/biz" "pandax/apps/system/entity" "pandax/pkg/global" ) diff --git a/apps/system/services/user.go b/apps/system/services/user.go index 50d0ce4..f013a0c 100644 --- a/apps/system/services/user.go +++ b/apps/system/services/user.go @@ -1,7 +1,7 @@ package services import ( - "github.com/XM-GO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/biz" "github.com/kakuilan/kgo" "golang.org/x/crypto/bcrypt" "pandax/apps/system/entity" diff --git a/go.mod b/go.mod index c2f6a16..51ffb26 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.18 require ( github.com/Shopify/sarama v1.38.1 - github.com/XM-GO/PandaKit v0.0.0-20230628055017-c47e7aa81cd4 + github.com/PandaXGO/PandaKit v0.0.0-20230831024915-a6882c1dbfe9 github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/didip/tollbooth v4.0.2+incompatible github.com/dop251/goja v0.0.0-20230304130813-e2f543bf4b4c diff --git a/go.sum b/go.sum index 920c02a..5f5895c 100644 --- a/go.sum +++ b/go.sum @@ -12,8 +12,8 @@ github.com/Shopify/sarama v1.38.1/go.mod h1:iwv9a67Ha8VNa+TifujYoWGxWnu2kNVAQdSd github.com/Shopify/toxiproxy/v2 v2.5.0 h1:i4LPT+qrSlKNtQf5QliVjdP08GyAH8+BUIc9gT0eahc= github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 h1:5sXbqlSomvdjlRbWyNqkPsJ3Fg+tQZCbgeX1VGljbQY= github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46/go.mod h1:3eOhrUMpNV+6aFIbp5/iudMxNCF27Vw2OZgy4xEx0Fg= -github.com/XM-GO/PandaKit v0.0.0-20230628055017-c47e7aa81cd4 h1:SlGUf970WIctMhu8ZZBNsZfY1bdCbGGo9wLm5V0ceeM= -github.com/XM-GO/PandaKit v0.0.0-20230628055017-c47e7aa81cd4/go.mod h1:iyVx5byF4Z//dBpXMy22ZtgSnQAN/U9qjwGyU02QfSA= +github.com/PandaXGO/PandaKit v0.0.0-20230628055017-c47e7aa81cd4 h1:SlGUf970WIctMhu8ZZBNsZfY1bdCbGGo9wLm5V0ceeM= +github.com/PandaXGO/PandaKit v0.0.0-20230628055017-c47e7aa81cd4/go.mod h1:iyVx5byF4Z//dBpXMy22ZtgSnQAN/U9qjwGyU02QfSA= github.com/aliyun/aliyun-oss-go-sdk v2.2.0+incompatible h1:ht2+VfbXtNLGhCsnTMc6/N26nSTBK6qdhktjYyjJQkk= github.com/aliyun/aliyun-oss-go-sdk v2.2.0+incompatible/go.mod h1:T/Aws4fEfogEE9v+HPhhw+CntffsBHJ8nXQCwKr0/g8= github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY= diff --git a/main.go b/main.go index 09a8ff7..2d4ba37 100644 --- a/main.go +++ b/main.go @@ -3,10 +3,10 @@ package main import ( "context" "fmt" - "github.com/XM-GO/PandaKit/logger" - "github.com/XM-GO/PandaKit/rediscli" - "github.com/XM-GO/PandaKit/restfulx" - "github.com/XM-GO/PandaKit/starter" + "github.com/PandaXGO/PandaKit/logger" + "github.com/PandaXGO/PandaKit/rediscli" + "github.com/PandaXGO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/starter" "github.com/spf13/cobra" "log" "m7s.live/engine/v4" diff --git a/pkg/config/config.go b/pkg/config/config.go index 7b8eacc..f7c9bc1 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -3,8 +3,8 @@ package config import ( "flag" "fmt" - "github.com/XM-GO/PandaKit/biz" - "github.com/XM-GO/PandaKit/utils" + "github.com/PandaXGO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/utils" "path/filepath" ) diff --git a/pkg/config/jwt.go b/pkg/config/jwt.go index c13b546..bbccf96 100644 --- a/pkg/config/jwt.go +++ b/pkg/config/jwt.go @@ -1,7 +1,7 @@ package config import ( - "github.com/XM-GO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/biz" ) type Jwt struct { diff --git a/pkg/global/global.go b/pkg/global/global.go index 251a26b..278503d 100644 --- a/pkg/global/global.go +++ b/pkg/global/global.go @@ -1,7 +1,7 @@ package global import ( - "github.com/XM-GO/PandaKit/rediscli" + "github.com/PandaXGO/PandaKit/rediscli" "github.com/sirupsen/logrus" "gorm.io/gorm" "pandax/pkg/config" diff --git a/pkg/initialize/table.go b/pkg/initialize/table.go index 61ad40b..a94182c 100644 --- a/pkg/initialize/table.go +++ b/pkg/initialize/table.go @@ -1,7 +1,7 @@ package initialize import ( - "github.com/XM-GO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/biz" devEntity "pandax/apps/develop/entity" jobEntity "pandax/apps/job/entity" logEntity "pandax/apps/log/entity" diff --git a/pkg/middleware/log.go b/pkg/middleware/log.go index aa020f5..8b01957 100644 --- a/pkg/middleware/log.go +++ b/pkg/middleware/log.go @@ -3,10 +3,10 @@ package middleware import ( "encoding/json" "fmt" - "github.com/XM-GO/PandaKit/biz" - "github.com/XM-GO/PandaKit/logger" - "github.com/XM-GO/PandaKit/restfulx" - "github.com/XM-GO/PandaKit/utils" + "github.com/PandaXGO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/logger" + "github.com/PandaXGO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/utils" "github.com/sirupsen/logrus" "reflect" "runtime/debug" diff --git a/pkg/middleware/oper.go b/pkg/middleware/oper.go index f6d483c..d6f381b 100644 --- a/pkg/middleware/oper.go +++ b/pkg/middleware/oper.go @@ -1,8 +1,8 @@ package middleware import ( - "github.com/XM-GO/PandaKit/restfulx" - "github.com/XM-GO/PandaKit/utils" + "github.com/PandaXGO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/utils" "net/http" "pandax/apps/log/entity" "pandax/apps/log/services" diff --git a/pkg/middleware/permission.go b/pkg/middleware/permission.go index ee5ec89..8c71da1 100644 --- a/pkg/middleware/permission.go +++ b/pkg/middleware/permission.go @@ -1,10 +1,10 @@ package middleware import ( - "github.com/XM-GO/PandaKit/biz" - "github.com/XM-GO/PandaKit/casbin" - "github.com/XM-GO/PandaKit/restfulx" - "github.com/XM-GO/PandaKit/token" + "github.com/PandaXGO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/casbin" + "github.com/PandaXGO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/token" "github.com/dgrijalva/jwt-go" "pandax/pkg/global" ) diff --git a/pkg/rule_engine/nodes/external_ding_node.go b/pkg/rule_engine/nodes/external_ding_node.go index 9b4ef25..cfd80a2 100644 --- a/pkg/rule_engine/nodes/external_ding_node.go +++ b/pkg/rule_engine/nodes/external_ding_node.go @@ -6,7 +6,7 @@ import ( "encoding/base64" "encoding/json" "fmt" - "github.com/XM-GO/PandaKit/httpclient" + "github.com/PandaXGO/PandaKit/httpclient" "github.com/sirupsen/logrus" "net/url" "pandax/pkg/rule_engine/message" diff --git a/pkg/rule_engine/nodes/external_restapi_node.go b/pkg/rule_engine/nodes/external_restapi_node.go index 525c05c..9dff45b 100644 --- a/pkg/rule_engine/nodes/external_restapi_node.go +++ b/pkg/rule_engine/nodes/external_restapi_node.go @@ -3,7 +3,7 @@ package nodes import ( "encoding/json" "errors" - "github.com/XM-GO/PandaKit/httpclient" + "github.com/PandaXGO/PandaKit/httpclient" "github.com/sirupsen/logrus" "pandax/pkg/rule_engine/message" ) diff --git a/pkg/rule_engine/nodes/external_wechat_node.go b/pkg/rule_engine/nodes/external_wechat_node.go index 07cf75f..5bf4a3e 100644 --- a/pkg/rule_engine/nodes/external_wechat_node.go +++ b/pkg/rule_engine/nodes/external_wechat_node.go @@ -2,7 +2,7 @@ package nodes import ( "encoding/json" - "github.com/XM-GO/PandaKit/httpclient" + "github.com/PandaXGO/PandaKit/httpclient" "github.com/sirupsen/logrus" "pandax/pkg/rule_engine/message" ) diff --git a/pkg/transport/http_server.go b/pkg/transport/http_server.go index ab08496..b3283c6 100644 --- a/pkg/transport/http_server.go +++ b/pkg/transport/http_server.go @@ -2,7 +2,7 @@ package transport import ( "context" - "github.com/XM-GO/PandaKit/logger" + "github.com/PandaXGO/PandaKit/logger" "github.com/emicklei/go-restful/v3" "net/http" "pandax/pkg/global" diff --git a/resource/template/go/api.template b/resource/template/go/api.template index 78bb145..809a525 100644 --- a/resource/template/go/api.template +++ b/resource/template/go/api.template @@ -5,12 +5,12 @@ package api // 生成人:{{.FunctionAuthor}} // ========================================================================== import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" "pandax/apps/{{.PackageName}}/entity" "pandax/apps/{{.PackageName}}/services" - "github.com/XM-GO/PandaKit/utils" + "github.com/PandaXGO/PandaKit/utils" ) type {{.ClassName}}Api struct { diff --git a/resource/template/go/router.template b/resource/template/go/router.template index 621698b..039dcfc 100644 --- a/resource/template/go/router.template +++ b/resource/template/go/router.template @@ -6,8 +6,8 @@ package router import ( - "github.com/XM-GO/PandaKit/model" - "github.com/XM-GO/PandaKit/restfulx" + "github.com/PandaXGO/PandaKit/model" + "github.com/PandaXGO/PandaKit/restfulx" "pandax/apps/{{.PackageName}}/api" "pandax/apps/{{.PackageName}}/entity" "pandax/apps/{{.PackageName}}/services" diff --git a/resource/template/go/service.template b/resource/template/go/service.template index 3113f13..3a82e33 100644 --- a/resource/template/go/service.template +++ b/resource/template/go/service.template @@ -8,7 +8,7 @@ package services import ( "pandax/apps/{{.PackageName}}/entity" - "github.com/XM-GO/PandaKit/biz" + "github.com/PandaXGO/PandaKit/biz" "pandax/pkg/global" )