mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 17:52:12 +00:00
manually add dependency on go-getter
This commit is contained in:
5
vendor/github.com/ulikunitz/xz/lzma/examples/README.txt
generated
vendored
Normal file
5
vendor/github.com/ulikunitz/xz/lzma/examples/README.txt
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
These examples are taken from the draft LZMA specification as published.
|
||||
|
||||
This is publishjed by 7-zip.org under
|
||||
|
||||
http://www.7-zip.org/sdk.html
|
||||
BIN
vendor/github.com/ulikunitz/xz/lzma/examples/a.lzma
generated
vendored
Normal file
BIN
vendor/github.com/ulikunitz/xz/lzma/examples/a.lzma
generated
vendored
Normal file
Binary file not shown.
12
vendor/github.com/ulikunitz/xz/lzma/examples/a.txt
generated
vendored
Normal file
12
vendor/github.com/ulikunitz/xz/lzma/examples/a.txt
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
LZMA decoder test example
|
||||
=========================
|
||||
! LZMA ! Decoder ! TEST !
|
||||
=========================
|
||||
! TEST ! LZMA ! Decoder !
|
||||
=========================
|
||||
---- Test Line 1 --------
|
||||
=========================
|
||||
---- Test Line 2 --------
|
||||
=========================
|
||||
=== End of test file ====
|
||||
=========================
|
||||
BIN
vendor/github.com/ulikunitz/xz/lzma/examples/a_eos.lzma
generated
vendored
Normal file
BIN
vendor/github.com/ulikunitz/xz/lzma/examples/a_eos.lzma
generated
vendored
Normal file
Binary file not shown.
BIN
vendor/github.com/ulikunitz/xz/lzma/examples/a_eos_and_size.lzma
generated
vendored
Normal file
BIN
vendor/github.com/ulikunitz/xz/lzma/examples/a_eos_and_size.lzma
generated
vendored
Normal file
Binary file not shown.
BIN
vendor/github.com/ulikunitz/xz/lzma/examples/a_lp1_lc2_pb1.lzma
generated
vendored
Normal file
BIN
vendor/github.com/ulikunitz/xz/lzma/examples/a_lp1_lc2_pb1.lzma
generated
vendored
Normal file
Binary file not shown.
BIN
vendor/github.com/ulikunitz/xz/lzma/examples/bad_corrupted.lzma
generated
vendored
Normal file
BIN
vendor/github.com/ulikunitz/xz/lzma/examples/bad_corrupted.lzma
generated
vendored
Normal file
Binary file not shown.
BIN
vendor/github.com/ulikunitz/xz/lzma/examples/bad_eos_incorrect_size.lzma
generated
vendored
Normal file
BIN
vendor/github.com/ulikunitz/xz/lzma/examples/bad_eos_incorrect_size.lzma
generated
vendored
Normal file
Binary file not shown.
BIN
vendor/github.com/ulikunitz/xz/lzma/examples/bad_incorrect_size.lzma
generated
vendored
Normal file
BIN
vendor/github.com/ulikunitz/xz/lzma/examples/bad_incorrect_size.lzma
generated
vendored
Normal file
Binary file not shown.
20
vendor/github.com/ulikunitz/xz/lzma/examples/info.txt
generated
vendored
Normal file
20
vendor/github.com/ulikunitz/xz/lzma/examples/info.txt
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
GOOD archives:
|
||||
|
||||
a.lzma
|
||||
the stream was compressed with default properties lp=0 lc=3 pb=2 and 64 KiB dictionary
|
||||
a_eos.lzma
|
||||
the stream has EOS marker
|
||||
a_eos_and_size.lzma
|
||||
the stream has EOS marker and unpack size is defined
|
||||
a_lp1_lc2_pb1.lzma
|
||||
the stream was compressed with lp=1 lc=2 pb=1 properties
|
||||
|
||||
|
||||
BAD ARCHIVES:
|
||||
|
||||
bad_corrupted.lzma
|
||||
some bytes in compressed stream were changed
|
||||
bad_eos_incorrect_size.lzma
|
||||
the stream has EOS marker and unpack size in header is larger than real uncompressed size
|
||||
bad_incorrect_size.lzma
|
||||
the header contains incorrect size (290). The correct size is 327
|
||||
Reference in New Issue
Block a user