From 9c02f8145c40cdc1dad437535d9ee431aaf17659 Mon Sep 17 00:00:00 2001 From: steden <1470804@qq.com> Date: Mon, 8 Jan 2024 16:30:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=BB=84=E4=BB=B6?= 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 5bb5078..3554903 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/farseer-go/cache v0.11.0 - github.com/farseer-go/collections v0.11.0 + github.com/farseer-go/collections v0.12.0 github.com/farseer-go/fs v0.12.0 github.com/stretchr/testify v1.8.4 )