mirror of
https://github.com/gofiber/storage.git
synced 2025-10-04 08:16:36 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
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>
10 lines
178 B
Modula-2
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
|
|
)
|