mirror of
https://github.com/gofiber/storage.git
synced 2025-12-19 00:38:24 +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>
12 lines
295 B
Modula-2
12 lines
295 B
Modula-2
module github.com/gofiber/storage/ristretto
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/dgraph-io/ristretto v0.1.0
|
|
github.com/gofiber/utils v0.1.2
|
|
github.com/golang/glog v1.0.0 // indirect
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
|
)
|