update mod name

This commit is contained in:
Yuzuki616
2024-12-10 02:45:10 +09:00
parent a1fb940c13
commit 2c9b33efee
8 changed files with 16 additions and 19 deletions

View File

@@ -6,8 +6,8 @@ import (
"github.com/sirupsen/logrus"
"sync/atomic"
)
import "github.com/Yuzuki616/Ratte-Interface/core"
import "github.com/Yuzuki616/Ratte-Interface/panel"
import "github.com/InazumaV/Ratte-Interface/core"
import "github.com/InazumaV/Ratte-Interface/panel"
type Handler struct {
c core.Core

View File

@@ -2,8 +2,8 @@ package handler
import (
"fmt"
"github.com/Yuzuki616/Ratte-Interface/core"
"github.com/Yuzuki616/Ratte-Interface/panel"
"github.com/InazumaV/Ratte-Interface/core"
"github.com/InazumaV/Ratte-Interface/panel"
)
func (h *Handler) PullNodeHandle(n *panel.NodeInfo) error {

View File

@@ -3,8 +3,8 @@ package handler
import (
"Ratte/common/slices"
"fmt"
"github.com/Yuzuki616/Ratte-Interface/core"
"github.com/Yuzuki616/Ratte-Interface/panel"
"github.com/InazumaV/Ratte-Interface/core"
"github.com/InazumaV/Ratte-Interface/panel"
)
func compareUserList(old, new []panel.UserInfo) (deleted []string, added []panel.UserInfo) {