1module github.com/zeebo/xxh3 2 3go 1.17 4 5require ( 6 github.com/klauspost/cpuid/v2 v2.0.9 7 github.com/zeebo/assert v1.3.0 8) 9 10replace github.com/zeebo/xxh3/avo => ./avo
View as plain text