From b10f298275bc05dbc19e51aa9de8215b0a3237f2 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 289b708969747b84e6768d8419993ebc74f19050 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 +