Skip to content

Commit

Permalink
swupd: vendor github.com/dsnet/compress/bzip2
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
cmarcelo committed Dec 23, 2017
1 parent cfe15f2 commit f20f36e
Show file tree
Hide file tree
Showing 207 changed files with 70,168 additions and 1 deletion.
8 changes: 7 additions & 1 deletion swupd/Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions swupd/fullfiles.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
"path/filepath"
"sync"

_ "github.com/dsnet/compress/bzip2"
"github.com/ulikunitz/xz"
)

Expand Down
24 changes: 24 additions & 0 deletions swupd/vendor/github.com/dsnet/compress/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions swupd/vendor/github.com/dsnet/compress/LICENSE.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

75 changes: 75 additions & 0 deletions swupd/vendor/github.com/dsnet/compress/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

74 changes: 74 additions & 0 deletions swupd/vendor/github.com/dsnet/compress/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f20f36e

Please sign in to comment.