From 0fc02058dfe0413379f4a0f269c8eeadfdc1babc Mon Sep 17 00:00:00 2001 From: steden <1470804@qq.com> Date: Tue, 11 Jun 2024 18:49:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7go.mod?= 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 a6afa9d..9e7371b 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ toolchain go1.22.0 require ( github.com/farseer-go/cache v0.13.0 github.com/farseer-go/collections v0.13.0 - github.com/farseer-go/fs v0.13.0 + github.com/farseer-go/fs v0.14.0 github.com/stretchr/testify v1.8.4 )