增加dockerfile配置

This commit is contained in:
2026-04-09 16:14:31 +08:00
parent bb1bd9becb
commit 6dd40c3b24
2 changed files with 2 additions and 1 deletions

2
go.mod
View File

@@ -8,7 +8,7 @@ require (
github.com/gogf/gf/v2 v2.10.0
)
//replace gitea.com/red-future/common v0.0.11 => ../common
replace gitea.com/red-future/common v0.0.11 => ../common
require (
github.com/BurntSushi/toml v1.5.0 // indirect

View File

@@ -7,6 +7,7 @@ import (
marketController "shop-user-trade/controller/market"
walletController "shop-user-trade/controller/wallet"
_ "gitea.com/red-future/common/config"
"gitea.com/red-future/common/http"
"gitea.com/red-future/common/jaeger"
_ "gitea.com/red-future/common/swagger"