diff --git a/backend/go.mod b/backend/go.mod index fe9b0411..08213bd7 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -2,6 +2,4 @@ module crawlab go 1.16 -replace github.com/crawlab-team/crawlab-core => ../../crawlab-core - require github.com/crawlab-team/crawlab-core v0.6.1-0.20220905052230-5f1015bc2ffd diff --git a/backend/go.sum b/backend/go.sum index 3f436e93..25dcf85b 100644 --- a/backend/go.sum +++ b/backend/go.sum @@ -114,6 +114,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.20220905052230-5f1015bc2ffd h1:Io2bMbLbVUA40P6EZmrOX0F1sdDtRmZhV3xpP2LsOCQ= +github.com/crawlab-team/crawlab-core v0.6.1-0.20220905052230-5f1015bc2ffd/go.mod h1:W4dx5KBUC4fALPx7WbISsULrkjLLmWVZRQNnJTVM55w= 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=