From f56b0edb7afee3487ac96d3532579fd44be7bc7e Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Tue, 2 Jul 2024 09:48:40 +0800 Subject: [PATCH] chore: updated deps --- core/go.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/go.mod b/core/go.mod index f574b5e6..2df5691c 100644 --- a/core/go.mod +++ b/core/go.mod @@ -15,12 +15,12 @@ require ( github.com/ReneKroon/ttlcache v1.7.0 github.com/apex/log v1.9.0 github.com/cenkalti/backoff/v4 v4.1.0 - github.com/crawlab-team/crawlab/db v0.0.0-20240614095218-7b4ee8399ab0 - github.com/crawlab-team/crawlab/fs v0.0.0-20240614095218-7b4ee8399ab0 + github.com/crawlab-team/crawlab/db v0.0.0-20240701075920-023ba275664a + github.com/crawlab-team/crawlab/fs v0.0.0-20240701075920-023ba275664a github.com/crawlab-team/crawlab/grpc v0.0.0-20240614111723-e5b20af9a40b - github.com/crawlab-team/crawlab/template-parser v0.0.0-20240614095218-7b4ee8399ab0 - github.com/crawlab-team/crawlab/trace v0.0.0-20240614095218-7b4ee8399ab0 - github.com/crawlab-team/crawlab/vcs v0.0.0-20240614095218-7b4ee8399ab0 + github.com/crawlab-team/crawlab/template-parser v0.0.0-20240701075920-023ba275664a + github.com/crawlab-team/crawlab/trace v0.0.0-20240701075920-023ba275664a + github.com/crawlab-team/crawlab/vcs v0.0.0-20240701075920-023ba275664a github.com/elastic/go-elasticsearch/v8 v8.14.0 github.com/emirpasic/gods v1.18.1 github.com/fsnotify/fsnotify v1.7.0