AndreasSko / go-jwlm

A command line tool to easily merge JW Library backups, written in Go.
MIT License
74 stars 4 forks source link

Update module github.com/spf13/cobra to v1.1.3 - autoclosed #85

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/spf13/cobra require patch v1.1.1 -> v1.1.3

Release Notes

spf13/cobra ### [`v1.1.3`](https://togithub.com/spf13/cobra/blob/master/CHANGELOG.md#v113) [Compare Source](https://togithub.com/spf13/cobra/compare/v1.1.2...v1.1.3) - **Fix:** release-branch.cobra1.1 only: Revert "Deprecate Go < 1.14" to maintain backward compatibility ### [`v1.1.2`](https://togithub.com/spf13/cobra/blob/master/CHANGELOG.md#v112) [Compare Source](https://togithub.com/spf13/cobra/compare/v1.1.1...v1.1.2) ##### Notable Changes - Bump license year to 2021 in golden files ([#​1309](https://togithub.com/spf13/cobra/issues/1309)) [@​Bowbaq](https://togithub.com/Bowbaq) - Enhance PowerShell completion with custom comp ([#​1208](https://togithub.com/spf13/cobra/issues/1208)) [@​Luap99](https://togithub.com/Luap99) - Update gopkg.in/yaml.v2 to v2.4.0: The previous breaking change in yaml.v2 v2.3.0 has been reverted, see [go-yaml/yaml#​670](https://togithub.com/go-yaml/yaml/issues/670) - Documentation readability improvements ([#​1228](https://togithub.com/spf13/cobra/issues/1228) etc.) [@​zaataylor](https://togithub.com/zaataylor) etc. - Use golangci-lint: Repair warnings and errors resulting from linting ([#​1044](https://togithub.com/spf13/cobra/issues/1044)) [@​umarcor](https://togithub.com/umarcor)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 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.

renovate[bot] commented 3 years ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/AndreasSko/go-jwlm":"/mnt/renovate/gh/AndreasSko/go-jwlm" -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/AndreasSko/go-jwlm" docker.io/renovate/go:1.16.3 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./..."
go: downloading github.com/AlecAivazis/survey/v2 v2.2.12
go: downloading github.com/MakeNowJust/heredoc v1.0.0
go: downloading github.com/buger/goterm v1.0.0
go: downloading github.com/jedib0t/go-pretty v4.3.0+incompatible
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/sirupsen/logrus v1.8.1
go: downloading github.com/spf13/cobra v1.1.3
go: downloading github.com/spf13/viper v1.7.1
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/klauspost/compress v1.12.2
go: downloading github.com/mattn/go-sqlite3 v1.14.7
go: downloading github.com/mitchellh/go-wordwrap v1.0.1
go: downloading github.com/sergi/go-diff v1.2.0
go: downloading github.com/cavaliercoder/grab v1.0.1-0.20201108051000-98a5bfe305ec
go: downloading github.com/codeclysm/extract/v3 v3.0.2
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading golang.org/x/crypto v0.0.0-20210317152858-513c2a44f670
go: downloading github.com/mattn/go-isatty v0.0.12
go: downloading golang.org/x/text v0.3.5
go: downloading golang.org/x/sys v0.0.0-20210331175145-43e1dd70ce54
go: downloading github.com/inconshreveable/mousetrap v1.0.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/fsnotify/fsnotify v1.4.9
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading github.com/magiconair/properties v1.8.4
go: downloading github.com/mitchellh/mapstructure v1.4.1
go: downloading github.com/pelletier/go-toml v1.8.1
go: downloading github.com/spf13/afero v1.5.1
go: downloading github.com/spf13/cast v1.3.1
go: downloading github.com/spf13/jwalterweatherman v1.1.0
go: downloading github.com/subosito/gotenv v1.2.0
go: downloading gopkg.in/ini.v1 v1.62.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/h2non/filetype v1.1.1
go: downloading github.com/juju/errors v0.0.0-20200330140219-3fe23663418f
go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
go: downloading golang.org/x/term v0.0.0-20210317153231-de623e64d2a6
go: downloading github.com/go-openapi/strfmt v0.20.0
go: downloading github.com/mattn/go-runewidth v0.0.10
go: downloading github.com/mattn/go-colorable v0.1.8
go: downloading github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
go: downloading github.com/go-openapi/errors v0.20.0
go: downloading go.mongodb.org/mongo-driver v1.5.0
go: downloading github.com/rivo/uniseg v0.2.0
go: downloading github.com/go-stack/stack v1.8.0
github.com/AndreasSko/go-jwlm/cmd imports
    github.com/spf13/viper imports
    gopkg.in/ini.v1: fstatat /tmp/renovate-cache/others/go/pkg/mod/gopkg.in/ini.v1@v1.62.0: permission denied
github.com/AndreasSko/go-jwlm/cmd imports
    github.com/spf13/viper imports
    gopkg.in/yaml.v2: fstatat /tmp/renovate-cache/others/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0: permission denied
go: downloading github.com/cavaliercoder/grab v1.0.0
go: downloading github.com/jedib0t/go-pretty v1.0.0
coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 85.828% when pulling 585c6e7a0cfcb7266f17fd90c4f3785ba581aa73 on renovate/github.com-spf13-cobra-1.1.x into 0c904ba195c3447f1faa419ce5d7340a0f7f7c4d on master.