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/stretchr/testify v1.4.0
)
