Skip to content

Commit e67f69a

Browse files
committed
Update module github.com/urfave/cli/v2 to v2.27.2
1 parent 2cf1ce9 commit e67f69a

File tree

2 files changed

+9
-472
lines changed

2 files changed

+9
-472
lines changed

go.mod

+3-11
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,16 @@ module github.com/elliotwutingfeng/passwordsim
33
go 1.19
44

55
require (
6-
github.com/elliotwutingfeng/go-fasttld v0.4.4
76
github.com/fatih/color v1.16.0
87
github.com/lmas/Damerau-Levenshtein v1.0.0
9-
github.com/urfave/cli/v2 v2.27.1
8+
github.com/urfave/cli/v2 v2.27.2
109
)
1110

1211
require (
13-
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
14-
github.com/karlseguin/intset v1.0.3-0.20221130142345-37ee0d7df651 // indirect
15-
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
12+
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
1613
github.com/mattn/go-colorable v0.1.13 // indirect
1714
github.com/mattn/go-isatty v0.0.20 // indirect
1815
github.com/russross/blackfriday/v2 v2.1.0 // indirect
19-
github.com/spf13/afero v1.9.5 // indirect
20-
github.com/tidwall/hashmap v1.8.0 // indirect
21-
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
22-
github.com/zeebo/xxh3 v1.0.2 // indirect
23-
golang.org/x/net v0.8.0 // indirect
16+
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
2417
golang.org/x/sys v0.14.0 // indirect
25-
golang.org/x/text v0.8.0 // indirect
2618
)

0 commit comments

Comments
 (0)