File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313
1414func ChangelogFlags (settings * app.ChangelogSettings ) []cli.Flag {
1515 return []cli.Flag {
16- & cli.IntFlag {
16+ & cli.Int64Flag {
1717 Name : "size" ,
1818 Value : 10 , //nolint:mnd
1919 Aliases : []string {"n" },
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/goccy/go-yaml v1.17.1
1010 github.com/manifoldco/promptui v0.9.0
1111 github.com/rs/zerolog v1.34.0
12- github.com/urfave/cli/v3 v3.1.1
12+ github.com/urfave/cli/v3 v3.2.0
1313)
1414
1515require (
Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ github.com/spf13/cast v1.7.0 h1:ntdiHjuueXFgm5nzDRdOS4yfT43P5Fnud6DH50rz/7w=
5959github.com/spf13/cast v1.7.0 /go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo =
6060github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
6161github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
62- github.com/urfave/cli/v3 v3.1.1 h1:bNnl8pFI5dxPOjeONvFCDFoECLQsceDG4ejahs4Jtxk =
63- github.com/urfave/cli/v3 v3.1.1 /go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo =
62+ github.com/urfave/cli/v3 v3.2.0 h1:m8WIXY0U9LCuUl5r+0fqLWDhNYWt6qvlW+GcF4EoXf8 =
63+ github.com/urfave/cli/v3 v3.2.0 /go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo =
6464golang.org/x/crypto v0.35.0 h1:b15kiHdrGCHrP6LvwaQ3c03kgNhhiMgvlhxHQhmg2Xs =
6565golang.org/x/crypto v0.35.0 /go.mod h1:dy7dXNW32cAb/6/PRuTNsix8T+vJAqvuIy5Bli/x0YQ =
6666golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
You can’t perform that action at this time.
0 commit comments