manually add dependency on go-getter

This commit is contained in:
Jingfang Liu
2018-08-14 14:20:19 -07:00
parent 70fb22cad6
commit b02f7775c5
270 changed files with 56453 additions and 0 deletions

View 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

Binary file not shown.

12
vendor/github.com/ulikunitz/xz/lzma/examples/a.txt generated vendored Normal file
View 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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

20
vendor/github.com/ulikunitz/xz/lzma/examples/info.txt generated vendored Normal file
View 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