File: go.mod

package info (click to toggle)
golang-github-dgraph-io-ristretto 0.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,160 kB
  • sloc: makefile: 3
file content (9 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
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
)