adult and update go.mod

This commit is contained in:
2026-09-22 18:53:53 +08:00
parent db931a7c40
commit 9f86366638
74 changed files with 5796 additions and 1018 deletions

View File

@@ -51,7 +51,7 @@
### 核心框架
- **Go 1.26.5** - 编程语言
- **go 1.27.1** - 编程语言
- **Gin** - Web 框架
- **GORM** - ORM 框架
- **PostgreSQL/MySQL** - 数据库
@@ -125,7 +125,7 @@ mgt/
### 环境要求
- **Go 1.26.5** - [安装指南](https://golang.org/doc/install)
- **go 1.27.1** - [安装指南](https://golang.org/doc/install)
- **PostgreSQL 12+** 或 **MySQL 8.0+**
- **Redis 6.0+**