gomod引用

This commit is contained in:
2025-12-15 09:02:30 +08:00
parent 465c138f21
commit 97fd0af10f
8 changed files with 1048 additions and 508 deletions

1
go.mod
View File

@@ -7,6 +7,7 @@ require (
github.com/gogf/gf/contrib/drivers/mysql/v2 v2.9.6
github.com/gogf/gf/contrib/nosql/redis/v2 v2.9.6
github.com/gogf/gf/v2 v2.9.6
github.com/robfig/cron/v3 v3.0.1
go.mongodb.org/mongo-driver/v2 v2.4.0
)