fix(deps): update module github.com/urfave/cli/v2 to v2.27.3
All checks were successful
Go / build (pull_request) Successful in 52s

This commit is contained in:
Renovate Bot
2024-07-25 00:02:42 +00:00
parent 55e0a6bd5c
commit 37bb111127
2 changed files with 6 additions and 2 deletions

4
go.mod
View File

@@ -4,11 +4,11 @@ go 1.22.2
require (
github.com/lmittmann/tint v1.0.5
github.com/urfave/cli/v2 v2.27.2
github.com/urfave/cli/v2 v2.27.3
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
)