From d44553e4814a2d52ee76718321f13b0900eabab4 Mon Sep 17 00:00:00 2001 From: steden <1470804@qq.com> Date: Sun, 4 Feb 2024 18:21:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=BB=84=E4=BB=B6=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index a53b076..bb90c5d 100644 --- a/go.mod +++ b/go.mod @@ -3,15 +3,15 @@ module github.com/farseer-go/cacheMemory go 1.19 require ( - github.com/farseer-go/cache v0.12.0 - github.com/farseer-go/collections v0.12.0 - github.com/farseer-go/fs v0.12.0 + 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/stretchr/testify v1.8.4 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect - github.com/farseer-go/mapper v0.12.0 // indirect + github.com/farseer-go/mapper v0.13.0 // indirect github.com/kr/text v0.2.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/rogpeppe/go-internal v1.12.0 // indirect