mongo.go重构
This commit is contained in:
6
go.mod
6
go.mod
@@ -3,14 +3,13 @@ module oss
|
||||
go 1.25.3
|
||||
|
||||
require (
|
||||
gitee.com/red-future---jilin-g/common v0.2.6
|
||||
github.com/gogf/gf/contrib/drivers/mysql/v2 v2.9.5
|
||||
gitee.com/red-future---jilin-g/common v0.2.8
|
||||
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.6 => ../common
|
||||
//replace gitee.com/red-future---jilin-g/common v0.2.8 => ../common
|
||||
|
||||
require (
|
||||
github.com/BurntSushi/toml v1.5.0 // indirect
|
||||
@@ -28,7 +27,6 @@ require (
|
||||
github.com/go-ini/ini v1.67.0 // indirect
|
||||
github.com/go-logr/logr v1.4.3 // indirect
|
||||
github.com/go-logr/stdr v1.2.2 // indirect
|
||||
github.com/go-sql-driver/mysql v1.7.1 // indirect
|
||||
github.com/gogf/gf/contrib/registry/consul/v2 v2.9.5 // indirect
|
||||
github.com/gogf/gf/contrib/trace/otlphttp/v2 v2.9.5 // indirect
|
||||
github.com/gogo/protobuf v1.3.2 // indirect
|
||||
|
||||
Reference in New Issue
Block a user