Skip to content

Commit c454914

Browse files
dependabot[bot]marcauberer
authored andcommitted
Bump github.com/urfave/cli/v2 from 2.25.7 to 2.26.0 in /cli (#254)
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.25.7 to 2.26.0. - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md) - [Commits](urfave/cli@v2.25.7...v2.26.0) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce33224 commit c454914

23 files changed

+156
-95
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.16.0
99
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
1010
github.com/stretchr/testify v1.8.4
11-
github.com/urfave/cli/v2 v2.25.7
11+
github.com/urfave/cli/v2 v2.26.0
1212
)
1313

1414
require (

cli/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
3636
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
3737
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
3838
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
39-
github.com/urfave/cli/v2 v2.25.7 h1:VAzn5oq403l5pHjc4OhD54+XGO9cdKVL/7lDjF+iKUs=
40-
github.com/urfave/cli/v2 v2.25.7/go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ=
39+
github.com/urfave/cli/v2 v2.26.0 h1:3f3AMg3HpThFNT4I++TKOejZO8yU55t3JnnSr4S4QEI=
40+
github.com/urfave/cli/v2 v2.26.0/go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ=
4141
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU=
4242
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673/go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8=
4343
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=

cli/vendor/github.com/urfave/cli/v2/.gitignore

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

+3-24
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

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

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

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

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

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

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

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

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

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

+9-3
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_timestamp.go

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

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

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

0 commit comments

Comments
 (0)