From 440d6eeafac1b701fb13447ab59f30500515de59 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Fri, 28 Jan 2022 16:13:16 +0800 Subject: [PATCH] updated go.mod --- backend/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/go.mod b/backend/go.mod index 9e98b8e9..a615cd6b 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -4,7 +4,7 @@ go 1.16 require ( github.com/apex/log v1.9.0 - github.com/crawlab-team/crawlab-core v0.6.0-beta.20211230.1200 + github.com/crawlab-team/crawlab-core v0.6.0-beta.20220128.1200 github.com/crawlab-team/go-trace v0.1.1 github.com/gin-gonic/gin v1.7.1 github.com/spf13/cobra v1.1.3