From 6b2acda99f8535c5f2c1883302473d1afb7ff766 Mon Sep 17 00:00:00 2001 From: steden <1470804@qq.com> Date: Mon, 8 Jan 2024 16:30:39 +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 11910e0..be0d5c9 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/farseer-go/queue go 1.19 require ( - 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 )