From fc94e55fc6c5ea75e6dd04c769b1a65245c01da0 Mon Sep 17 00:00:00 2001 From: steden <1470804@qq.com> Date: Fri, 3 Mar 2023 19:29:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7fs=E7=89=88=E6=9C=AC=E8=87=B3?= =?UTF-8?q?v0.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 049c684..b02785e 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/farseer-go/tasks go 1.19 require ( - github.com/farseer-go/fs v0.6.1-0.20230207175122-9b0e04c2b3b6 + github.com/farseer-go/fs v0.7.0 github.com/stretchr/testify v1.8.1 )