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:
parent
1517767129
commit
4f8b2aba9b
3 changed files with 9 additions and 9 deletions
1
go.mod
1
go.mod
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue