Skip to content

Commit 33543db

Browse files
committed
swupd: vendor github.com/dsnet/compress/bzip2
This package contains the code to do bzip2 compression. The Go standard library only have a decompressor for this type of file. While the repository has no releases, there's evidence the code is stable enough. See "bzip2: merge into Go standard library" dsnet/compress#58 for details. The license for the package is a "BSD 3-clause" type. Note: the blank import was used to signal 'dep ensure' that it should download this package. Signed-off-by: Caio Marcelo de Oliveira Filho <[email protected]>
1 parent 74866af commit 33543db

File tree

207 files changed

+70168
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

207 files changed

+70168
-1
lines changed

swupd/Gopkg.lock

+7-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swupd/fullfiles.go

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import (
1212
"path/filepath"
1313
"sync"
1414

15+
_ "github.com/dsnet/compress/bzip2"
1516
"github.com/ulikunitz/xz"
1617
)
1718

swupd/vendor/github.com/dsnet/compress/.travis.yml

+24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swupd/vendor/github.com/dsnet/compress/LICENSE.md

+24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swupd/vendor/github.com/dsnet/compress/README.md

+75
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swupd/vendor/github.com/dsnet/compress/api.go

+74
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)