mirror of
https://github.com/gofiber/storage.git
synced 2025-12-24 13:29:30 +08:00
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-20190913173617-a41fca850d0b
|
|
github.com/gofiber/utils v0.1.2
|
|
)
|