Files
storage/redis/go.mod
dependabot[bot] fb2da5d153 Bump github.com/gofiber/utils from 0.1.2 to 1.0.1 in /redis
Bumps [github.com/gofiber/utils](https://github.com/gofiber/utils) from 0.1.2 to 1.0.1.
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](https://github.com/gofiber/utils/compare/v0.1.2...v1.0.1)

---
updated-dependencies:
- dependency-name: github.com/gofiber/utils
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-01 07:16:03 +00:00

10 lines
178 B
Modula-2

module github.com/gofiber/storage/redis
go 1.14
require (
github.com/go-redis/redis/v8 v8.11.5
github.com/gofiber/utils v1.0.1
github.com/google/go-cmp v0.5.6 // indirect
)