From b1796dad4d1427909d63b1d1aaa8e2a6d98125aa Mon Sep 17 00:00:00 2001 From: Star Date: Sun, 15 Dec 2024 19:51:43 +0800 Subject: [PATCH] fix bug for sessionWithoutCookie --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 909bcdf..6b9c3c6 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/ssgo/httpclient v1.7.8 github.com/ssgo/log v1.7.7 github.com/ssgo/redis v1.7.7 - github.com/ssgo/s v1.7.21 + github.com/ssgo/s v1.7.22 github.com/ssgo/standard v1.7.7 github.com/ssgo/u v1.7.13 )