mirror of
https://github.com/gofiber/storage.git
synced 2025-10-27 10:21:20 +08:00
Bumps [github.com/redis/rueidis](https://github.com/redis/rueidis) from 1.0.43 to 1.0.44. - [Release notes](https://github.com/redis/rueidis/releases) - [Commits](https://github.com/redis/rueidis/compare/v1.0.43...v1.0.44) --- updated-dependencies: - dependency-name: github.com/redis/rueidis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
405 B
Modula-2
18 lines
405 B
Modula-2
module github.com/gofiber/storage/rueidis
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/gofiber/utils/v2 v2.0.0-beta.4
|
|
github.com/redis/rueidis v1.0.44
|
|
github.com/stretchr/testify v1.9.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|