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

@@ -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 {