module github.com/eko/gocache go 1.16 require ( github.com/XiaoMi/pegasus-go-client v0.0.0-20210427083443-f3b6b08bc4c2 github.com/allegro/bigcache/v2 v2.2.5 github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b github.com/coocood/freecache v1.1.1 github.com/dgraph-io/ristretto v0.0.3 github.com/go-redis/redis/v8 v8.8.2 github.com/golang/mock v1.5.0 github.com/patrickmn/go-cache v2.1.0+incompatible github.com/prometheus/client_golang v1.10.0 github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d github.com/smartystreets/goconvey v1.6.4 github.com/spf13/cast v1.3.1 github.com/stretchr/testify v1.7.0 github.com/vmihailenco/msgpack v4.0.4+incompatible google.golang.org/appengine v1.6.7 // indirect )