Files
storage/redis/go.mod
Jason McNeil 864b9a01e0 fix(github/workflows/security): install gosec fails with package embed is not in GOROOT (#272)
* 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>
2022-01-10 09:05:30 +01:00

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
)