| module github.com/dgraph-io/ristretto | |
| go 1.12 | |
| require ( | |
| github.com/cespare/xxhash v1.1.0 | |
| github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 | |
| github.com/dustin/go-humanize v1.0.0 | |
| github.com/go-delve/delve v1.5.0 // indirect | |
| github.com/mmcloughlin/avo v0.0.0-20201105074841-5d2f697d268f // indirect | |
| github.com/pkg/errors v0.9.1 | |
| github.com/stretchr/testify v1.4.0 | |
| github.com/twitchyliquid64/golang-asm v0.15.0 // indirect | |
| golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f | |
| ) |