-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 1016 Bytes
/
go.mod
File metadata and controls
27 lines (24 loc) · 1016 Bytes
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 github.com/boyter/dcd
go 1.25.2
require (
github.com/boyter/gocodewalker v1.5.2-0.20260227212453-19676720409f
github.com/mfonda/simhash v0.0.0-20151007195837-79f94a1100d6
github.com/spf13/cobra v1.10.1
)
require (
github.com/agnivade/levenshtein v1.2.2-0.20250519083737-420867539855 // indirect
github.com/boyter/scc/v3 v3.7.0 // indirect
github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/mattn/go-runewidth v0.0.19 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/spf13/pflag v1.0.10 // indirect
go.yaml.in/yaml/v2 v2.4.3 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/sync v0.18.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/text v0.31.0 // indirect
)