Bump the go-deps group across 1 directory with 2 updates

Bumps the go-deps group with 2 updates in the / directory: [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) and [golang.org/x/crypto](https://github.com/golang/crypto).


Updates `github.com/redis/go-redis/v9` from 9.19.0 to 9.20.0
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/redis/go-redis/compare/v9.19.0...v9.20.0)

Updates `golang.org/x/crypto` from 0.52.0 to 0.53.0
- [Commits](https://github.com/golang/crypto/compare/v0.52.0...v0.53.0)

---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
  dependency-version: 9.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/crypto
  dependency-version: 0.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-06-09 22:34:56 +00:00
committed by GitHub
parent d408ba9999
commit 5d824f0c5f
2 changed files with 10 additions and 10 deletions

4
go.mod
View File

@@ -4,8 +4,8 @@ go 1.25.0
require (
github.com/go-ldap/ldap/v3 v3.4.13
github.com/redis/go-redis/v9 v9.19.0
golang.org/x/crypto v0.52.0
github.com/redis/go-redis/v9 v9.20.0
golang.org/x/crypto v0.53.0
)
require (