fix(deps): update module github.com/urfave/cli/v2 to v2.24.4 (#229)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-02-17 14:11:51 +01:00 committed by GitHub
parent d7f33d0797
commit 09ccd2f09b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -13,7 +13,7 @@ require (
github.com/mattn/go-colorable v0.1.13
github.com/stretchr/testify v1.8.1
github.com/tsuyoshiwada/go-gitcmd v0.0.0-20180205145712-5f1f5f9475df
github.com/urfave/cli/v2 v2.24.3
github.com/urfave/cli/v2 v2.24.4
gopkg.in/yaml.v2 v2.4.0
)