初始化项目
This commit is contained in:
14
go.mod
Normal file
14
go.mod
Normal file
@@ -0,0 +1,14 @@
|
||||
module cidService
|
||||
|
||||
go 1.25.3
|
||||
|
||||
require (
|
||||
gitee.com/red-future---jilin-g/common v0.1.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
|
||||
go.mongodb.org/mongo-driver/v2 v2.4.0
|
||||
golang.org/x/net v0.47.0
|
||||
)
|
||||
|
||||
//replace gitee.com/red-future---jilin-g/common v0.1.9 => ../common
|
||||
Reference in New Issue
Block a user