From 952bac6d84b4e56321e6c6922ecb445ee8e214b6 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 f46e01e..6f07218 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/farseer-go/utils 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 github.com/valyala/fasthttp v1.38.0 )