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

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