File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ go 1.22.4
55require (
66 github.com/fatih/color v1.17.0
77 github.com/go-pkgz/lgr v0.11.1
8- github.com/urfave/cli/v2 v2.27.2
8+ github.com/urfave/cli/v2 v2.27.3
99)
1010
1111require (
1212 github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
1313 github.com/mattn/go-colorable v0.1.13 // indirect
1414 github.com/mattn/go-isatty v0.0.20 // indirect
1515 github.com/russross/blackfriday/v2 v2.1.0 // indirect
16- github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
16+ github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
1717 golang.org/x/sys v0.18.0 // indirect
1818)
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf
1717github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
1818github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk =
1919github.com/stretchr/testify v1.8.1 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
20- github.com/urfave/cli/v2 v2.27.2 h1:6e0H+AkS+zDckwPCUrZkKX38mRaau4nL2uipkJpbkcI =
21- github.com/urfave/cli/v2 v2.27.2 /go.mod h1:g0+79LmHHATl7DAcHO99smiR/T7uGLw84w8Y42x+4eM =
22- github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 h1:+qGGcbkzsfDQNPPe9UDgpxAWQrhbbBXOYJFQDq/dtJw =
23- github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 /go.mod h1:4aEEwZQutDLsQv2Deui4iYQ6DWTxR14g6m8Wv88+Xqk =
20+ github.com/urfave/cli/v2 v2.27.3 h1:/POWahRmdh7uztQ3CYnaDddk0Rm90PyOgIxgW2rr41M =
21+ github.com/urfave/cli/v2 v2.27.3 /go.mod h1:m4QzxcD2qpra4z7WhzEGn74WZLViBnMpb1ToCAKdGRQ =
22+ github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGCjxCBTO/36wtF6j2nSip77qHd4x4 =
23+ github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 /go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM =
2424golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
2525golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
2626golang.org/x/sys v0.18.0 h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4 =
You can’t perform that action at this time.
0 commit comments