mongo.go重构
This commit is contained in:
6
go.mod
6
go.mod
@@ -3,7 +3,7 @@ module cid
|
||||
go 1.25.3
|
||||
|
||||
require (
|
||||
gitee.com/red-future---jilin-g/common v0.2.6
|
||||
gitee.com/red-future---jilin-g/common v0.2.9
|
||||
github.com/gogf/gf/contrib/drivers/mysql/v2 v2.9.5
|
||||
github.com/gogf/gf/contrib/nosql/redis/v2 v2.9.5
|
||||
github.com/gogf/gf/v2 v2.9.5
|
||||
@@ -11,7 +11,7 @@ require (
|
||||
golang.org/x/net v0.47.0
|
||||
)
|
||||
|
||||
//replace gitee.com/red-future---jilin-g/common v0.2.6 => ../common
|
||||
//replace gitee.com/red-future---jilin-g/common v0.2.9 => ../common
|
||||
|
||||
require (
|
||||
github.com/BurntSushi/toml v1.5.0 // indirect
|
||||
@@ -89,5 +89,3 @@ require (
|
||||
google.golang.org/protobuf v1.36.8 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
||||
//replace gitee.com/red-future---jilin-g/common v0.1.9 => ../common
|
||||
|
||||
Reference in New Issue
Block a user