-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (23 loc) · 984 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module playfaircrack
go 1.23.1
require golang.org/x/term v0.25.0
require (
github.com/AntoineAugusti/wordsegmentation v0.0.0-20190117104728-17d202823a3d // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/theosiemensrhodes/go-bktree v0.0.0-20241011231016-caa64a770472 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
golang.org/x/net v0.30.0 // indirect
google.golang.org/protobuf v1.35.1 // indirect
)
require (
github.com/agnivade/levenshtein v1.2.0
github.com/antoineaugusti/wordsegmentation v0.0.0-20190117104728-17d202823a3d
github.com/divan/num2words v0.0.0-20170904212200-57dba452f942
github.com/urfave/cli/v2 v2.27.4
golang.org/x/sys v0.26.0 // indirect
)