-
-
Notifications
You must be signed in to change notification settings - Fork 193
Expand file tree
/
Copy pathgo.mod
More file actions
61 lines (58 loc) · 2.26 KB
/
go.mod
File metadata and controls
61 lines (58 loc) · 2.26 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
module github.com/errata-ai/vale/v3
go 1.25.7
require (
github.com/Masterminds/sprig/v3 v3.3.0
github.com/adrg/frontmatter v0.2.0
github.com/adrg/strutil v0.3.1
github.com/adrg/xdg v0.5.3
github.com/bmatcuk/doublestar/v4 v4.7.1
github.com/d5/tengo/v2 v2.17.0
github.com/errata-ai/ini v1.63.0
github.com/errata-ai/regexp2 v1.7.0
github.com/expr-lang/expr v1.17.7
github.com/gobwas/glob v0.2.3
github.com/jdkato/go-tree-sitter-julia v0.1.0
github.com/jdkato/twine v0.10.2
github.com/mitchellh/mapstructure v1.5.0
github.com/niklasfasching/go-org v1.7.0
github.com/olekukonko/tablewriter v0.0.5
github.com/otiai10/copy v1.14.0
github.com/pelletier/go-toml/v2 v2.2.5-0.20250826075308-a0e846496753
github.com/pterm/pterm v0.12.40
github.com/remeh/sizedwaitgroup v1.0.0
github.com/smacker/go-tree-sitter v0.0.0-20240827094217-dd81d9e9be82
github.com/spf13/pflag v1.0.5
github.com/tomwright/dasel/v2 v2.8.1
github.com/tomwright/dasel/v3 v3.3.2
github.com/yuin/goldmark v1.7.8
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8
golang.org/x/net v0.47.0
golang.org/x/sys v0.38.0
gopkg.in/yaml.v2 v2.4.0
)
require (
dario.cat/mergo v1.0.1 // indirect
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/MarvinJWendt/testza v0.4.2 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.3.1 // indirect
github.com/atomicgo/cursor v0.0.1 // indirect
github.com/clipperhouse/stringish v0.1.1 // indirect
github.com/clipperhouse/uax29/v2 v2.5.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gookit/color v1.5.4 // indirect
github.com/huandu/xstrings v1.5.0 // indirect
github.com/mattn/go-runewidth v0.0.19 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/montanaflynn/stats v0.7.1 // indirect
github.com/shopspring/decimal v1.4.0 // indirect
github.com/spf13/cast v1.7.1 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/sync v0.16.0 // indirect
golang.org/x/term v0.37.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/neurosnap/sentences.v1 v1.0.7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)