groupcache/go.mod
Derrick J. Wippler ff66388131 Consistenthash improvements
* Now uses the much faster fnv1
* Now md5 hashs the keys to help distribute hosts more evenly in some
  cases.
2021-01-13 14:24:22 -06:00

10 lines
170 B
Modula-2

module github.com/mailgun/groupcache/v2
require (
github.com/golang/protobuf v1.3.1
github.com/segmentio/fasthash v1.0.3
github.com/sirupsen/logrus v1.6.0
)
go 1.13