forked from opencontainers/umoci
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using github.com/klauspost/compress go module has brought in a list of other compression implementations. Therefore the vendor folder has gotten larger. Some files were also modified due to the bump up in compress's version. Apart from these, this commit adds an implementation for zstd compression and a corresponding test. Fixes opencontainers#316 Signed-off-by: Nisha K <nishak@vmware.com>
- Loading branch information
1 parent
9574d71
commit 6c6008e
Showing
77 changed files
with
17,607 additions
and
319 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
vendor/github.com/klauspost/compress/flate/fast_encoder.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
136 changes: 78 additions & 58 deletions
136
vendor/github.com/klauspost/compress/flate/gen_inflate.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.