mongo.go重构

This commit is contained in:
2025-12-30 11:07:41 +08:00
parent 83d136f73e
commit afe5d80f65
4 changed files with 8 additions and 19 deletions

4
go.mod
View File

@@ -3,13 +3,13 @@ module oss
go 1.25.3
require (
gitee.com/red-future---jilin-g/common v0.2.8
gitee.com/red-future---jilin-g/common v0.2.9
github.com/gogf/gf/contrib/nosql/redis/v2 v2.9.5
github.com/gogf/gf/v2 v2.9.5
go.mongodb.org/mongo-driver/v2 v2.4.1
)
//replace gitee.com/red-future---jilin-g/common v0.2.8 => ../common
//replace gitee.com/red-future---jilin-g/common v0.2.9 => ../common
require (
github.com/BurntSushi/toml v1.5.0 // indirect