From 2555c0072348782ec68c1c5b3bd5d47be4c9d40f Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Tue, 31 Oct 2023 12:46:45 +0800 Subject: [PATCH] chore: updated deps --- backend/go.mod | 2 +- backend/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/go.mod b/backend/go.mod index d7bf3e77..4908d6da 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -2,7 +2,7 @@ module crawlab go 1.18 -require github.com/crawlab-team/crawlab-core v0.6.3-0.20231021045242-07956209f653 +require github.com/crawlab-team/crawlab-core v0.6.3-0.20231031044528-37e6d73eb203 require ( github.com/Masterminds/semver v1.4.2 // indirect diff --git a/backend/go.sum b/backend/go.sum index f4aab9e8..b73089f2 100644 --- a/backend/go.sum +++ b/backend/go.sum @@ -153,6 +153,8 @@ github.com/crawlab-team/crawlab-core v0.6.3-0.20230804030437-664646cf1665 h1:LAX github.com/crawlab-team/crawlab-core v0.6.3-0.20230804030437-664646cf1665/go.mod h1:rrcJUzh/PHR2WKBaahsR8baRstCdnEEFLx+pOA8IenU= github.com/crawlab-team/crawlab-core v0.6.3-0.20231021045242-07956209f653 h1:uOCkVHVqr2KGk/lv68LbBM3uQoJT6p4ywXInPitM3wo= github.com/crawlab-team/crawlab-core v0.6.3-0.20231021045242-07956209f653/go.mod h1:HNuAjSVVZpHhpyUP4k1F2YKxEiarZESFolSyx7YjgZ8= +github.com/crawlab-team/crawlab-core v0.6.3-0.20231031044528-37e6d73eb203 h1:nyANfzoPgTSYJxuTye1uj44An8Cjou9QmcKRES7Gdwg= +github.com/crawlab-team/crawlab-core v0.6.3-0.20231031044528-37e6d73eb203/go.mod h1:HNuAjSVVZpHhpyUP4k1F2YKxEiarZESFolSyx7YjgZ8= github.com/crawlab-team/crawlab-db v0.6.0-1/go.mod h1:gfeF0nAnFuup6iYvgHkY0in/HpO/+JktXqVNMdhoxhU= github.com/crawlab-team/crawlab-db v0.6.0-beta.20220417.1300.0.20221226064900-5a357ee73484 h1:1CXWC3lYcVWcgPRc3PNKzZ3fcfX5WZ/V8xwzHEMUFHQ= github.com/crawlab-team/crawlab-db v0.6.0-beta.20220417.1300.0.20221226064900-5a357ee73484/go.mod h1:gfeF0nAnFuup6iYvgHkY0in/HpO/+JktXqVNMdhoxhU=