Skip to content

Commit 25d0224

Browse files
Bump github.com/urfave/cli/v2 from 2.24.2 to 2.24.3 in /cli (#203)
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.24.2 to 2.24.3. - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md) - [Commits](urfave/cli@v2.24.2...v2.24.3) --- 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 b556c71 commit 25d0224

File tree

7 files changed

+20
-5
lines changed

7 files changed

+20
-5
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.2
11+
github.com/urfave/cli/v2 v2.24.3
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.2 h1:q1VA+ofZ8SWfEKB9xXHUD4QZaeI9e+ItEqSbfH2JBXk=
44-
github.com/urfave/cli/v2 v2.24.2/go.mod h1:GHupkWPMM0M/sj1a2b4wUrWBPzazNrIjouW6fmdJLxc=
43+
github.com/urfave/cli/v2 v2.24.3 h1:7Q1w8VN8yE0MJEHP06bv89PjYsN4IHWED2s1v/Zlfm0=
44+
github.com/urfave/cli/v2 v2.24.3/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_string_slice.go

+10-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

+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/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.24.2
43+
# github.com/urfave/cli/v2 v2.24.3
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)