fix(deps): fixed unable to trigger deps tasks in worker nodes

This commit is contained in:
Marvin Zhang
2022-10-06 17:23:07 +08:00
parent e2e50ea510
commit e4f7d2837f
2 changed files with 5 additions and 1 deletions

View File

@@ -2,4 +2,6 @@ module crawlab
go 1.16
require github.com/crawlab-team/crawlab-core v0.6.1-0.20221006065735-86d2d209cb08
//replace github.com/crawlab-team/crawlab-core => ../../crawlab-core
require github.com/crawlab-team/crawlab-core v0.6.1-0.20221006092127-ff7a2c44ae2b

View File

@@ -129,6 +129,8 @@ github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7
github.com/coreos/go-systemd/v22 v22.3.2/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA=
github.com/cpuguy83/go-md2man/v2 v2.0.1/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/crawlab-team/crawlab-core v0.6.1-0.20221006092127-ff7a2c44ae2b h1:TeDy9An6tS8hpMSIX9v08oGDeYDiZ63/VPRKlUq/L7s=
github.com/crawlab-team/crawlab-core v0.6.1-0.20221006092127-ff7a2c44ae2b/go.mod h1:sHkA/0HTBNmzG7JgAB4lzp+TY7Yi1OEqW/oZ7vr+Xzk=
github.com/crawlab-team/crawlab-db v0.6.0-1 h1:Is3a3q1epc7mFP4iDIr9nXlcHSW5IL6jXKQ3YEsXpVo=
github.com/crawlab-team/crawlab-db v0.6.0-1/go.mod h1:gfeF0nAnFuup6iYvgHkY0in/HpO/+JktXqVNMdhoxhU=
github.com/crawlab-team/crawlab-fs v0.6.0-beta.20211101.1940/go.mod h1:dA1G6xeiClbTMkjRuoagGrcKfQ97jJZRAhZUSwrKdoI=