Files
storage/memcache/go.mod
2020-11-12 03:34:26 +01:00

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
)