chore: update module path to git.kingecg.top

This commit is contained in:
kingecg 2025-06-25 23:59:10 +08:00
parent 3f666dd6f3
commit e374da575e
8 changed files with 14 additions and 14 deletions

View File

@ -10,11 +10,11 @@ import (
"time" "time"
"module git.kingecg.top/kingecg/gotidb/pkg/api" "module git.kingecg.top/kingecg/gotidb/pkg/api"
"git.pyer.club/kingecg/gotidb/pkg/manager" "git.kingecg.top/kingecg/gotidb/pkg/manager"
"git.pyer.club/kingecg/gotidb/pkg/messaging" "git.kingecg.top/kingecg/gotidb/pkg/messaging"
"git.pyer.club/kingecg/gotidb/pkg/model" "git.kingecg.top/kingecg/gotidb/pkg/model"
"git.pyer.club/kingecg/gotidb/pkg/monitoring" "git.kingecg.top/kingecg/gotidb/pkg/monitoring"
"git.pyer.club/kingecg/gotidb/pkg/storage" "git.kingecg.top/kingecg/gotidb/pkg/storage"
) )
var ( var (

View File

@ -14,7 +14,7 @@ import (
"time" "time"
"module git.kingecg.top/kingecg/gotidb/pkg/manager" "module git.kingecg.top/kingecg/gotidb/pkg/manager"
"git.pyer.club/kingecg/gotidb/pkg/model" "git.kingecg.top/kingecg/gotidb/pkg/model"
"github.com/quic-go/quic-go" "github.com/quic-go/quic-go"
) )

View File

@ -8,7 +8,7 @@ import (
"github.com/gin-gonic/gin" "github.com/gin-gonic/gin"
"module git.kingecg.top/kingecg/gotidb/pkg/manager" "module git.kingecg.top/kingecg/gotidb/pkg/manager"
"git.pyer.club/kingecg/gotidb/pkg/model" "git.kingecg.top/kingecg/gotidb/pkg/model"
) )
// RESTServer REST API服务 // RESTServer REST API服务

View File

@ -12,8 +12,8 @@ import (
"github.com/gin-gonic/gin" "github.com/gin-gonic/gin"
"module git.kingecg.top/kingecg/gotidb/pkg/manager" "module git.kingecg.top/kingecg/gotidb/pkg/manager"
"git.pyer.club/kingecg/gotidb/pkg/model" "git.kingecg.top/kingecg/gotidb/pkg/model"
"git.pyer.club/kingecg/gotidb/pkg/storage" "git.kingecg.top/kingecg/gotidb/pkg/storage"
) )
func setupTestRESTServer() *RESTServer { func setupTestRESTServer() *RESTServer {

View File

@ -12,7 +12,7 @@ import (
"github.com/gorilla/websocket" "github.com/gorilla/websocket"
"module git.kingecg.top/kingecg/gotidb/pkg/manager" "module git.kingecg.top/kingecg/gotidb/pkg/manager"
"git.pyer.club/kingecg/gotidb/pkg/model" "git.kingecg.top/kingecg/gotidb/pkg/model"
) )
// WebSocketServer WebSocket服务 // WebSocketServer WebSocket服务

View File

@ -12,8 +12,8 @@ import (
"github.com/gorilla/websocket" "github.com/gorilla/websocket"
"module git.kingecg.top/kingecg/gotidb/pkg/manager" "module git.kingecg.top/kingecg/gotidb/pkg/manager"
"git.pyer.club/kingecg/gotidb/pkg/model" "git.kingecg.top/kingecg/gotidb/pkg/model"
"git.pyer.club/kingecg/gotidb/pkg/storage" "git.kingecg.top/kingecg/gotidb/pkg/storage"
) )
func setupTestWebSocketServer() *WebSocketServer { func setupTestWebSocketServer() *WebSocketServer {

View File

@ -7,7 +7,7 @@ import (
"time" "time"
"module git.kingecg.top/kingecg/gotidb/pkg/model" "module git.kingecg.top/kingecg/gotidb/pkg/model"
"git.pyer.club/kingecg/gotidb/pkg/storage" "git.kingecg.top/kingecg/gotidb/pkg/storage"
) )
// DataChangeCallback 数据变更回调函数类型 // DataChangeCallback 数据变更回调函数类型

View File

@ -6,7 +6,7 @@ import (
"time" "time"
"module git.kingecg.top/kingecg/gotidb/pkg/model" "module git.kingecg.top/kingecg/gotidb/pkg/model"
"git.pyer.club/kingecg/gotidb/pkg/storage" "git.kingecg.top/kingecg/gotidb/pkg/storage"
) )
func TestDataManager(t *testing.T) { func TestDataManager(t *testing.T) {