mirror of
https://github.com/gofiber/storage.git
synced 2025-10-06 00:57:38 +08:00

* Update security.yml * Update security.yml * fix missing package * dep security * deps * mongo deps * fix deps * mod tidy * Update security.yml use latest version of go * fix(github/workflows/security): missing exclude Co-authored-by: RW <rene@gofiber.io>
9 lines
133 B
Modula-2
9 lines
133 B
Modula-2
module github.com/gofiber/storage/redis
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/go-redis/redis/v8 v8.11.4
|
|
github.com/gofiber/utils v0.1.2
|
|
)
|