feat: 添加数据库配置和相关模型定义
This commit is contained in:
6
go.mod
6
go.mod
@@ -2,10 +2,10 @@ module customer-server
|
||||
|
||||
go 1.25.7
|
||||
|
||||
//replace gitea.com/red-future/common => ../common
|
||||
replace gitea.com/red-future/common v0.0.6 => ../common
|
||||
|
||||
require (
|
||||
gitea.com/red-future/common v0.0.4
|
||||
gitea.com/red-future/common v0.0.6
|
||||
github.com/gogf/gf/contrib/nosql/redis/v2 v2.10.0
|
||||
github.com/gogf/gf/v2 v2.10.0
|
||||
github.com/gorilla/websocket v1.5.3
|
||||
@@ -52,7 +52,7 @@ require (
|
||||
github.com/josharian/intern v1.0.0 // indirect
|
||||
github.com/klauspost/compress v1.18.0 // indirect
|
||||
github.com/magiconair/properties v1.8.10 // indirect
|
||||
github.com/mailru/easyjson v0.7.7 // indirect
|
||||
github.com/mailru/easyjson v0.9.0 // indirect
|
||||
github.com/mattn/go-colorable v0.1.14 // indirect
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
github.com/mattn/go-runewidth v0.0.16 // indirect
|
||||
|
||||
Reference in New Issue
Block a user