Skip to content

Commit b556c71

Browse files
Bump github.com/urfave/cli/v2 from 2.24.1 to 2.24.2 in /cli (#202)
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.24.1 to 2.24.2. - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md) - [Commits](urfave/cli@v2.24.1...v2.24.2) --- updated-dependencies: - dependency-name: github.com/urfave/cli/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c3841bf commit b556c71

17 files changed

+188
-45
lines changed

cli/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/fatih/color v1.14.1
99
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
1010
github.com/stretchr/testify v1.8.1
11-
github.com/urfave/cli/v2 v2.24.1
11+
github.com/urfave/cli/v2 v2.24.2
1212
)
1313

1414
require (

cli/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
4040
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
4141
github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk=
4242
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
43-
github.com/urfave/cli/v2 v2.24.1 h1:/QYYr7g0EhwXEML8jO+8OYt5trPnLHS0p3mrgExJ5NU=
44-
github.com/urfave/cli/v2 v2.24.1/go.mod h1:GHupkWPMM0M/sj1a2b4wUrWBPzazNrIjouW6fmdJLxc=
43+
github.com/urfave/cli/v2 v2.24.2 h1:q1VA+ofZ8SWfEKB9xXHUD4QZaeI9e+ItEqSbfH2JBXk=
44+
github.com/urfave/cli/v2 v2.24.2/go.mod h1:GHupkWPMM0M/sj1a2b4wUrWBPzazNrIjouW6fmdJLxc=
4545
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU=
4646
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673/go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8=
4747
golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=

cli/vendor/github.com/urfave/cli/v2/README.md

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

cli/vendor/github.com/urfave/cli/v2/app.go

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

cli/vendor/github.com/urfave/cli/v2/category.go

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

cli/vendor/github.com/urfave/cli/v2/command.go

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

cli/vendor/github.com/urfave/cli/v2/flag-spec.yaml

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

cli/vendor/github.com/urfave/cli/v2/flag.go

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

cli/vendor/github.com/urfave/cli/v2/flag_float64_slice.go

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

cli/vendor/github.com/urfave/cli/v2/flag_int64_slice.go

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

0 commit comments

Comments
 (0)