From 7f9d5f930dceb3c98db8045fff7af68516dc884e 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 | 4 ++-- session-redis/go.mod | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/go.mod b/go.mod index f55697f..7fe15a6 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,8 @@ module github.com/farseer-go/webapi go 1.19 require ( - github.com/farseer-go/collections v0.12.0 - github.com/farseer-go/fs v0.12.0 + github.com/farseer-go/collections v0.13.0 + github.com/farseer-go/fs v0.13.0 github.com/go-playground/locales v0.14.1 github.com/go-playground/universal-translator v0.18.1 github.com/go-playground/validator/v10 v10.16.0 diff --git a/session-redis/go.mod b/session-redis/go.mod index 9becbb2..f30160a 100644 --- a/session-redis/go.mod +++ b/session-redis/go.mod @@ -3,18 +3,18 @@ module github.com/farseer-go/webapi/session-redis go 1.19 require ( - github.com/farseer-go/cache v0.12.0 - github.com/farseer-go/cacheMemory v0.12.0 - github.com/farseer-go/fs v0.12.0 - github.com/farseer-go/redis v0.12.0 - github.com/farseer-go/webapi v0.12.0 + github.com/farseer-go/cache v0.13.0 + github.com/farseer-go/cacheMemory v0.13.0 + github.com/farseer-go/fs v0.13.0 + github.com/farseer-go/redis v0.13.0 + github.com/farseer-go/webapi v0.13.0 ) require ( github.com/cespare/xxhash/v2 v2.2.0 // indirect github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect - github.com/farseer-go/collections v0.12.0 // indirect - github.com/farseer-go/mapper v0.12.0 // indirect + github.com/farseer-go/collections v0.13.0 // indirect + github.com/farseer-go/mapper v0.13.0 // indirect github.com/gabriel-vasile/mimetype v1.4.3 // indirect github.com/go-playground/locales v0.14.1 // indirect github.com/go-playground/universal-translator v0.18.1 // indirect