Skip to content

Commit 6bfd234

Browse files
committed
build(deps): bump up urfave/cli from 3.4.1 to 3.5.0
- [Release notes](https://github.com/urfave/cli/releases/tag/v3.5.0) - [Commits](urfave/cli@v3.4.1...v3.5.0) - sync with default value update
1 parent 2275e85 commit 6bfd234

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

console/cli_helper_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ Global options:
6767
-v, --version Print the version
6868
6969
Options:
70-
-b, --bool Bool flag [default: false]
71-
-i, --int int flag [default: 0]
70+
-b, --bool Bool flag
71+
-i, --int int flag
7272
-h, --help Show help`,
7373
},
7474
},

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/spf13/cast v1.10.0
3030
github.com/spf13/viper v1.21.0
3131
github.com/stretchr/testify v1.11.1
32-
github.com/urfave/cli/v3 v3.4.1
32+
github.com/urfave/cli/v3 v3.5.0
3333
golang.org/x/crypto v0.43.0
3434
golang.org/x/exp v0.0.0-20251017212417-90e834f514db
3535
google.golang.org/grpc v1.76.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
252252
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
253253
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
254254
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
255-
github.com/urfave/cli/v3 v3.4.1 h1:1M9UOCy5bLmGnuu1yn3t3CB4rG79Rtoxuv1sPhnm6qM=
256-
github.com/urfave/cli/v3 v3.4.1/go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo=
255+
github.com/urfave/cli/v3 v3.5.0 h1:qCuFMmdayTF3zmjG8TSsoBzrDqszNrklYg2x3g4MSgw=
256+
github.com/urfave/cli/v3 v3.5.0/go.mod h1:ysVLtOEmg2tOy6PknnYVhDoouyC/6N42TMeoMzskhso=
257257
github.com/vektra/mockery/v2 v2.53.5 h1:iktAY68pNiMvLoHxKqlSNSv/1py0QF/17UGrrAMYDI8=
258258
github.com/vektra/mockery/v2 v2.53.5/go.mod h1:hIFFb3CvzPdDJJiU7J4zLRblUMv7OuezWsHPmswriwo=
259259
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778/go.mod h1:2MuV+tbUrU1zIOPMxZ5EncGwgmMJsa+9ucAQZXxsObs=

0 commit comments

Comments
 (0)