Files
storage/redis/go.mod
dependabot[bot] 40d0bbcd04 Bump github.com/redis/go-redis/v9 from 9.0.4 to 9.0.5 in /redis
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.0.4 to 9.0.5.
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/go-redis/compare/v9.0.4...v9.0.5)

---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-29 07:58:11 +00:00

14 lines
278 B
Modula-2

module github.com/gofiber/storage/redis/v2
go 1.18
require (
github.com/gofiber/utils v1.1.0
github.com/redis/go-redis/v9 v9.0.5
)
require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
)