chore(deps): update module github.com/redis/go-redis/v9 to v9.5.2
Renovate tried to update redis/go-redis, but failed because they changes the interface, they added two new functions: `BitFieldRO` and `ObjectFreq`. Changes: - Update redis/go-redis - Run mockgen: ``` mockgen -package mock -destination ./modules/queue/mock/redisuniversalclient.go github.com/redis/go-redis/v9 UniversalClient ``` References: - https://codeberg.org/forgejo/forgejo/pulls/4009
This commit is contained in:
parent
c2382d4f5b
commit
b80677d009
3 changed files with 36 additions and 3 deletions
2
go.mod
2
go.mod
|
@ -85,7 +85,7 @@ require (
|
|||
github.com/pquerna/otp v1.4.0
|
||||
github.com/prometheus/client_golang v1.18.0
|
||||
github.com/quasoft/websspi v1.1.2
|
||||
github.com/redis/go-redis/v9 v9.4.0
|
||||
github.com/redis/go-redis/v9 v9.5.2
|
||||
github.com/robfig/cron/v3 v3.0.1
|
||||
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
|
||||
github.com/sassoftware/go-rpmutils v0.2.1-0.20240124161140-277b154961dd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue