Skip to content

Commit c38643e

Browse files
fix(deps): update module github.com/chenyahui/gin-cache to v1.10.0
1 parent 809d6cf commit c38643e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/counterapi/api
33
go 1.24.3
44

55
require (
6-
github.com/chenyahui/gin-cache v1.9.0
6+
github.com/chenyahui/gin-cache v1.10.0
77
github.com/gin-contrib/cors v1.7.5
88
github.com/gin-gonic/gin v1.10.1
99
github.com/go-redis/redis/v8 v8.11.5

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UF
1010
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
1111
github.com/chenyahui/gin-cache v1.9.0 h1:lQlx4qa+Xh3eEuRtmZsviZx4X1uVJ9mOcroti2f+408=
1212
github.com/chenyahui/gin-cache v1.9.0/go.mod h1:wh30aYY5rRMUAJmQvw1qoIIcEVRV1EkMJkpXzgipe8U=
13+
github.com/chenyahui/gin-cache v1.10.0 h1:04QIaHVLRH9K8GuPGPvVI6/DHkWDUCCQlwe4V+IOoW0=
14+
github.com/chenyahui/gin-cache v1.10.0/go.mod h1:7yoxLlCM6TEbvaSzW3p04Zg4IviY3x5Q4jaHMmugyQ4=
1315
github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
1416
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
1517
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=

0 commit comments

Comments
 (0)