Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump github.com/mholt/archiver from 0.0.0-20190623220050-33320f6f7306 to 2.1.0+incompatible #100

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 7, 2023

Bumps github.com/mholt/archiver from 0.0.0-20190623220050-33320f6f7306 to 2.1.0+incompatible.

Release notes

Sourced from github.com/mholt/archiver's releases.

v2.1

This release adds support for lz4 compression (thanks to github.com/pierrec/lz4) and sz compression (thanks to github.com/golang/snappy). It also happens to include a number of bug fixes 😄.

2.0

This release adds support for .tar.xz (and .txz) file format, thanks to ulikunitz/xz.

The archiver package also has a breaking API change, hence the v2.0 tag. For example, archiver.Zip() and archiver.Unzip() have become archiver.Zip.Make() and archiver.Zip.Open(), respectively.

1.2

This release adds support for plain, uncompressed .tar files.

1.1.2

This release contains a few bug fixes and is built on Go 1.7 stable.

1.1.1

This release contains some bug fixes for certain .tar.gz, .tar.bz2, and .rar files. It is built on Go 1.7 RC1.

1.1

This release adds full support for .tar.bz2 files and opening most .rar files. Thanks to @​dsnet and @​nwaples for their hard work which make bzip2 and rar support possible!

1.0

Archiver is a simple utility to make and extract archive files (.zip, .tar.gz).

If you're a Go programmer, you may just prefer to import and use the archiver package in your program. It turns common archive operations into one-liners.

This is the first stable release; no breaking API changes are planned. It is built with Go 1.6.2.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/mholt/archiver](https://github.com/mholt/archiver) from 0.0.0-20190623220050-33320f6f7306 to 2.1.0+incompatible.
- [Release notes](https://github.com/mholt/archiver/releases)
- [Commits](https://github.com/mholt/archiver/commits/v2.1)

---
updated-dependencies:
- dependency-name: github.com/mholt/archiver
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants