Skip to content

Commit aef9f85

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

File tree

8 files changed

+60
-19
lines changed

8 files changed

+60
-19
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.0
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.23.7
11+
github.com/urfave/cli/v2 v2.24.1
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.23.7 h1:YHDQ46s3VghFHFf1DdF+Sh7H4RqhcM+t0TmZRJx4oJY=
44-
github.com/urfave/cli/v2 v2.23.7/go.mod h1:GHupkWPMM0M/sj1a2b4wUrWBPzazNrIjouW6fmdJLxc=
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=
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/flag-spec.yaml

+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.go

+15-8
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_string_slice.go

+1-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/godoc-current.txt

+36-6
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/zz_generated.flags.go

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

cli/vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ github.com/russross/blackfriday/v2
4040
## explicit; go 1.13
4141
github.com/stretchr/testify/assert
4242
github.com/stretchr/testify/require
43-
# github.com/urfave/cli/v2 v2.23.7
43+
# github.com/urfave/cli/v2 v2.24.1
4444
## explicit; go 1.18
4545
github.com/urfave/cli/v2
4646
# github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673

0 commit comments

Comments
 (0)