更新:1、依赖升级

2、module 名称地址
This commit is contained in:
2025-10-06 00:46:51 +08:00
parent 978a268f93
commit 44d4fcdbc4
11 changed files with 402 additions and 325 deletions

View File

@@ -2,13 +2,14 @@ package auth
import (
"fmt"
"gopkg.in/yaml.v3"
"os"
"regexp"
"strings"
"sync"
"time"
"zhub/internal/config"
"gitea.1216.top/lxy/zhub/internal/config"
"gopkg.in/yaml.v3"
)
type User struct {