增加dockerfile配置
This commit is contained in:
2
go.mod
2
go.mod
@@ -8,7 +8,7 @@ require (
|
|||||||
github.com/gogf/gf/v2 v2.10.0
|
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 (
|
require (
|
||||||
github.com/BurntSushi/toml v1.5.0 // indirect
|
github.com/BurntSushi/toml v1.5.0 // indirect
|
||||||
|
|||||||
1
main.go
1
main.go
@@ -7,6 +7,7 @@ import (
|
|||||||
marketController "shop-user-trade/controller/market"
|
marketController "shop-user-trade/controller/market"
|
||||||
walletController "shop-user-trade/controller/wallet"
|
walletController "shop-user-trade/controller/wallet"
|
||||||
|
|
||||||
|
_ "gitea.com/red-future/common/config"
|
||||||
"gitea.com/red-future/common/http"
|
"gitea.com/red-future/common/http"
|
||||||
"gitea.com/red-future/common/jaeger"
|
"gitea.com/red-future/common/jaeger"
|
||||||
_ "gitea.com/red-future/common/swagger"
|
_ "gitea.com/red-future/common/swagger"
|
||||||
|
|||||||
Reference in New Issue
Block a user