新增:Dockerfile
This commit is contained in:
11
go.mod
11
go.mod
@@ -1,9 +1,9 @@
|
||||
module zhub
|
||||
|
||||
go 1.18
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/gin-gonic/gin v1.9.1
|
||||
github.com/gin-gonic/gin v1.9.0
|
||||
github.com/go-basic/uuid v1.0.0
|
||||
github.com/go-sql-driver/mysql v1.5.0
|
||||
github.com/robfig/cron v1.2.0
|
||||
@@ -46,3 +46,10 @@ require (
|
||||
gopkg.in/ini.v1 v1.67.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
||||
replace (
|
||||
zhub/cmd => ./zhub/cmd
|
||||
zhub/internal/config => ./zhub/internal/config
|
||||
zhub/internal/monitor => ./zhub/internal/monitor
|
||||
zhub/internal/zsub => ./zhub/internal/zsub
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user