fix(deps): update module github.com/redis/go-redis/v9 to v9.3.1
Some checks failed
Go build / build (push) Failing after 3m0s

This commit is contained in:
Forgejo Actions 2023-12-20 03:34:42 +00:00
parent 74e8c02ab3
commit 128c691313
2 changed files with 3 additions and 1 deletions

2
go.mod
View file

@ -13,7 +13,7 @@ require (
github.com/magefile/mage v1.15.0
github.com/maxatome/go-testdeep v1.13.0
github.com/mitchellh/mapstructure v1.5.0
github.com/redis/go-redis/v9 v9.3.0
github.com/redis/go-redis/v9 v9.3.1
github.com/testcontainers/testcontainers-go v0.26.0
github.com/urfave/cli/v2 v2.26.0
github.com/valyala/bytebufferpool v1.0.0

2
go.sum
View file

@ -140,6 +140,8 @@ github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c h1:ncq/mPwQF
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c/go.mod h1:OmDBASR4679mdNQnz2pUhc2G8CO2JrUAVFDRBDP/hJE=
github.com/redis/go-redis/v9 v9.3.0 h1:RiVDjmig62jIWp7Kk4XVLs0hzV6pI3PyTnnL0cnn0u0=
github.com/redis/go-redis/v9 v9.3.0/go.mod h1:hdY0cQFCN4fnSYT6TkisLufl/4W5UIXyv0b/CLO2V2M=
github.com/redis/go-redis/v9 v9.3.1 h1:KqdY8U+3X6z+iACvumCNxnoluToB+9Me+TvyFa21Mds=
github.com/redis/go-redis/v9 v9.3.1/go.mod h1:hdY0cQFCN4fnSYT6TkisLufl/4W5UIXyv0b/CLO2V2M=
github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8=
github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=
github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=