module github.com/dtapps/gocache go 1.18 require ( github.com/allegro/bigcache/v3 v3.0.2 github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d github.com/dgraph-io/ristretto v0.1.0 github.com/go-redis/redis/v8 v8.11.5 github.com/patrickmn/go-cache v2.1.0+incompatible ) require ( github.com/cespare/xxhash/v2 v2.1.2 // indirect github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect github.com/dustin/go-humanize v1.0.0 // indirect github.com/golang/glog v1.0.0 // indirect github.com/pkg/errors v0.9.1 // indirect golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect )