fix: 修复空提交问题

This commit is contained in:
1
2025-11-17 03:00:03 +00:00
parent 8ee5508974
commit f286297ff3
14 changed files with 15 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ module blazing/modules/base
go 1.18
require (
github.com/gogf/gf/v2 v2.7.0
github.com/gogf/gf/v2 v2.8.0
github.com/golang-jwt/jwt/v4 v4.5.0
)