1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 05:11:06 +02:00

Added zstd as a compression algorithm

This commit is contained in:
VRDighe 2022-09-13 20:08:07 +05:30
parent 1517767129
commit 4f8b2aba9b
3 changed files with 9 additions and 9 deletions

1
go.mod
View file

@ -19,6 +19,7 @@ require (
)
require (
github.com/DataDog/zstd v1.5.2
github.com/OneOfOne/xxhash v1.2.5 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect