common版本更新
This commit is contained in:
4
go.mod
4
go.mod
@@ -3,7 +3,7 @@ module order
|
|||||||
go 1.25.3
|
go 1.25.3
|
||||||
|
|
||||||
require (
|
require (
|
||||||
gitee.com/red-future---jilin-g/common v0.1.9
|
gitee.com/red-future---jilin-g/common v0.2.1
|
||||||
github.com/gogf/gf/contrib/drivers/mysql/v2 v2.9.6
|
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/contrib/nosql/redis/v2 v2.9.6
|
||||||
github.com/gogf/gf/v2 v2.9.6
|
github.com/gogf/gf/v2 v2.9.6
|
||||||
@@ -11,7 +11,7 @@ require (
|
|||||||
go.mongodb.org/mongo-driver/v2 v2.4.0
|
go.mongodb.org/mongo-driver/v2 v2.4.0
|
||||||
)
|
)
|
||||||
|
|
||||||
replace gitee.com/red-future---jilin-g/common v0.1.9 => ../common
|
//replace gitee.com/red-future---jilin-g/common v0.2.1 => ../common
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/BurntSushi/toml v1.5.0 // indirect
|
github.com/BurntSushi/toml v1.5.0 // indirect
|
||||||
|
|||||||
Reference in New Issue
Block a user