1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2025-09-13 22:03:19 +00:00

update github.com/urfave/cli/v2 v2.27.5 -> v2.27.7

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2025-09-08 10:46:20 -04:00
parent b454bc0bdd
commit da220ef733
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED
10 changed files with 43 additions and 27 deletions

6
go.mod
View file

@ -6,15 +6,15 @@ require (
github.com/davecgh/go-spew v1.1.1
github.com/fatih/color v1.18.0
github.com/sirupsen/logrus v1.9.3
github.com/urfave/cli/v2 v2.27.5
github.com/urfave/cli/v2 v2.27.7
golang.org/x/crypto v0.28.0
golang.org/x/sys v0.26.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 // indirect
)