Files
storage/redis/go.mod
Juan Calderon-Perez 9570205b8a Cleanup the go.mod files
2023-08-21 08:36:48 -04:00

17 lines
415 B
Modula-2

module github.com/gofiber/storage/redis/v3
go 1.19
require (
github.com/redis/go-redis/v9 v9.1.0
github.com/stretchr/testify v1.8.4
)
require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)