- 密码哈希从 MD5+SHA1 升级为 bcrypt - 删除 super_admins/users 表中的 salt 字段 - 删除旧版升级文件(upgrade.php, check_upgrade, execute_upgrade, sql/upgrades/) - 删除 PASSWORD_SALT 配置项 - 清理所有'兼容 Python 版'注释 - 新项目独立,无历史包袱
15 lines
327 B
Modula-2
15 lines
327 B
Modula-2
module hz-gitea.sea-studio.top/canglan/SharedClassManager
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/gin-gonic/gin v1.10.0
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/redis/go-redis/v9 v9.7.0
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/crypto v0.31.0
|
|
gorm.io/driver/mysql v1.5.7
|
|
gorm.io/gorm v1.25.12
|
|
)
|