2019-10-02 04:10:27 +00:00
|
|
|
module meow.tf/go/cacheinterface
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
|
|
|
|
github.com/hoisie/redis v0.0.0-20160730154456-b5c6e81454e0
|
2019-10-03 00:17:34 +00:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
|
|
github.com/vmihailenco/msgpack/v4 v4.2.0
|
2019-10-02 04:10:27 +00:00
|
|
|
)
|