1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

fix redis dep (#31662)

fix https://github.com/go-gitea/gitea/issues/31658
This commit is contained in:
techknowlogick
2024-07-19 16:10:31 -04:00
committed by GitHub
parent a8d0c879c3
commit ba9589a92d
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -91,7 +91,7 @@ require (
github.com/pquerna/otp v1.4.0
github.com/prometheus/client_golang v1.19.1
github.com/quasoft/websspi v1.1.2
github.com/redis/go-redis/v9 v9.5.3
github.com/redis/go-redis/v9 v9.6.0
github.com/robfig/cron/v3 v3.0.1
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
github.com/sassoftware/go-rpmutils v0.4.0