Closed renovate[bot] closed 4 years ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
:recycle: Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/doronbehar/pistol":"/mnt/renovate/gh/doronbehar/pistol" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/doronbehar/pistol" renovate/go:1.12.17 bash -l -c "git config --global url.\"https://x-access-token:**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./..."
go: finding github.com/davecgh/go-spew v1.1.1
go: finding github.com/stretchr/testify v1.2.2
go: finding github.com/mholt/archiver/v3/v3 v3.3.0
go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.3
go: finding github.com/kr/text v0.1.0
go: finding golang.org/x/sys v0.0.0-20190422165155-953cdadca894
go: finding golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae
go: finding golang.org/x/sys v0.0.0-20200116001909-b77594299b42
go: finding github.com/pkg/errors v0.8.1
go: github.com/mholt/archiver/v3/v3@v3.3.0: unknown revision v3/v3.3.0
go: finding gopkg.in/alessio/shellescape.v1 v1.0.0-20170105083845-52074bc9df61
go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
go: error loading module requirements
This PR contains the following updates:
v0.0.0-20190623220050-33320f6f7306
->v3.3.0
Release Notes
mholt/archiver
### [`v3.3.0`](https://togithub.com/mholt/archiver/compare/v3.2.0...v3.3.0) [Compare Source](https://togithub.com/mholt/archiver/compare/v3.2.0...v3.3.0) ### [`v3.2.0`](https://togithub.com/mholt/archiver/releases/v3.2.0) [Compare Source](https://togithub.com/mholt/archiver/compare/v3.1.1...v3.2.0) Archiver 3.2 sports massive performance improvements for gzip (thanks to [@klauspost](https://togithub.com/klauspost)'s parallel gzip implementation, which is now used by default) and support for brotli and zstandard formats, along with a few other fixes and improvements. This library is now a Go module as well. ### [`v3.1.1`](https://togithub.com/mholt/archiver/releases/v3.1.1) [Compare Source](https://togithub.com/mholt/archiver/compare/v3.1.0...v3.1.1) A few minor internal tweaks/improvements. ### [`v3.1.0`](https://togithub.com/mholt/archiver/releases/v3.1.0) [Compare Source](https://togithub.com/mholt/archiver/compare/v3.0.1...v3.1.0) This release adds some new convenience functions for working with archive files or compressing/decompressing files: `Archive()`, `Unarchive()`, `CompressFile()`, and `DecompressFile()`. These functions are format-agnostic, and they determine which format to use by the filename (or file header, in the case of Unarchive). This way, you don't have to `switch` based on file extension for these simple operations. The library does it for you. Also exposed are new, slightly lower-level functions, for performing format matching: `ByExtension()` and `ByHeader()`. See the [godoc documentation](https://godoc.org/github.com/mholt/archiver) for more details. ### [`v3.0.1`](https://togithub.com/mholt/archiver/releases/v3.0.1) [Compare Source](https://togithub.com/mholt/archiver/compare/v3.0.0...v3.0.1) This patch release fixes several bugs related to pathing operations when creating archives and fixes an issue listing the contents of zip archives. All users should upgrade. ### [`v3.0.0`](https://togithub.com/mholt/archiver/releases/v3.0.0) [Compare Source](https://togithub.com/mholt/archiver/compare/v2.1.0...v3.0.0) Totally rewrote the archiver package, basically from scratch. Fixed many issues and implemented many new features. The command has been renamed from `archiver` to `arc` and now has several different functions, instead of just "make" and "open" (which have also been renamed). The package is capable of traversing archives, extracting specific files, and streaming archive data without touching the file system. See [the README](https://togithub.com/mholt/archiver/blob/master/README.md) for a list of what is new, including examples of using the CLI and the Go package. Also check out the [godoc reference](https://godoc.org/github.com/mholt/archiver) for the full API documentation. ### [`v2.1.0`](https://togithub.com/mholt/archiver/compare/v2.0.0...v2.1.0) [Compare Source](https://togithub.com/mholt/archiver/compare/v2.0.0...v2.1.0) ### [`v2.0.0`](https://togithub.com/mholt/archiver/compare/v1.1.2...v2.0.0) [Compare Source](https://togithub.com/mholt/archiver/compare/v1.1.2...v2.0.0) ### [`v1.1.2`](https://togithub.com/mholt/archiver/releases/v1.1.2) [Compare Source](https://togithub.com/mholt/archiver/compare/v1.1.1...v1.1.2) This release contains a few bug fixes and is built on Go 1.7 stable.Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.