Files
storage/memcache/go.mod
2023-03-27 18:51:46 -07:00

9 lines
165 B
Modula-2

module github.com/gofiber/storage/memcache
go 1.17
require (
github.com/bradfitz/gomemcache v0.0.0-20221031212613-62deef7fc822
github.com/gofiber/utils v1.0.1
)