Commit e67f69a 1 parent 2cf1ce9 commit e67f69a Copy full SHA for e67f69a
File tree 2 files changed +9
-472
lines changed
2 files changed +9
-472
lines changed Original file line number Diff line number Diff line change @@ -3,24 +3,16 @@ module github.com/elliotwutingfeng/passwordsim
3
3
go 1.19
4
4
5
5
require (
6
- github.com/elliotwutingfeng/go-fasttld v0.4.4
7
6
github.com/fatih/color v1.16.0
8
7
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
10
9
)
11
10
12
11
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
16
13
github.com/mattn/go-colorable v0.1.13 // indirect
17
14
github.com/mattn/go-isatty v0.0.20 // indirect
18
15
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
24
17
golang.org/x/sys v0.14.0 // indirect
25
- golang.org/x/text v0.8.0 // indirect
26
18
)
You can’t perform that action at this time.
0 commit comments