From c4d329b3b2d5c46f21b8c4683021684863034382 Mon Sep 17 00:00:00 2001 From: steden <1470804@qq.com> Date: Thu, 23 Nov 2023 00:47:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index a53a4d8..998530f 100644 --- a/go.mod +++ b/go.mod @@ -3,15 +3,16 @@ module github.com/farseer-go/queue go 1.19 require ( - github.com/farseer-go/collections v0.8.0 - github.com/farseer-go/fs v0.8.0 + github.com/farseer-go/collections v0.9.0 + github.com/farseer-go/fs v0.9.0 github.com/stretchr/testify v1.8.4 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect - github.com/devfeel/mapper v0.7.10 // indirect + github.com/devfeel/mapper v0.7.13 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/stretchr/objx v0.5.0 // indirect + github.com/timandy/routine v1.1.2 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )