From 02832c91abb61834d333e5fe8b255d394a8e27ad Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Tue, 18 Oct 2022 17:12:51 +0800 Subject: [PATCH 1/2] refactor: code cleanup --- backend/go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/go.mod b/backend/go.mod index a96c6fe2..2d57e173 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.20221006092127-ff7a2c44ae2b From 73f634698867b52ce556b38fc2b91f5137c2ae5f Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Tue, 18 Oct 2022 17:38:02 +0800 Subject: [PATCH 2/2] chore: trigger ci/cd --- backend/go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/go.mod b/backend/go.mod index 2d57e173..b734c69f 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -3,3 +3,4 @@ module crawlab go 1.16 require github.com/crawlab-team/crawlab-core v0.6.1-0.20221006092127-ff7a2c44ae2b +