mirror of
https://github.com/mailgun/groupcache.git
synced 2024-11-16 23:10:53 +00:00
ff66388131
* Now uses the much faster fnv1 * Now md5 hashs the keys to help distribute hosts more evenly in some cases.
10 lines
170 B
Modula-2
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
|