mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
add highway hash
This commit is contained in:
parent
f6bd13fa06
commit
c0c3370d9b
4 changed files with 67 additions and 0 deletions
2
go.mod
2
go.mod
|
@ -20,6 +20,8 @@ require (
|
|||
golang.org/x/time v0.5.0
|
||||
)
|
||||
|
||||
require github.com/minio/highwayhash v1.0.2
|
||||
|
||||
require (
|
||||
github.com/OneOfOne/xxhash v1.2.8 // indirect
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue