mirror of
https://github.com/gofiber/storage.git
synced 2025-12-24 13:29:30 +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
165 B
Modula-2
9 lines
165 B
Modula-2
module github.com/gofiber/storage/memcache
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d
|
|
github.com/gofiber/utils v0.1.2
|
|
)
|