mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
8 lines
195 B
Modula-2
8 lines
195 B
Modula-2
|
module github.com/cespare/xxhash/v2
|
||
|
|
||
|
require (
|
||
|
github.com/OneOfOne/xxhash v1.2.2
|
||
|
github.com/cespare/xxhash v1.1.0 // indirect
|
||
|
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72
|
||
|
)
|