1module github.com/dgraph-io/ristretto 2 3go 1.12 4 5require ( 6 github.com/cespare/xxhash v1.1.0 7 github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 8 github.com/stretchr/testify v1.4.0 9)
View as plain text