forked from errata-ai/vale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
68 lines (64 loc) · 2.49 KB
/
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
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
62
63
64
65
66
67
68
module github.com/errata-ai/vale/v3
go 1.21
toolchain go1.21.6
require (
github.com/Masterminds/sprig/v3 v3.2.3
github.com/adrg/strutil v0.3.0
github.com/adrg/xdg v0.4.0
github.com/antonmedv/expr v1.12.0
github.com/bmatcuk/doublestar/v4 v4.6.0
github.com/d5/tengo/v2 v2.10.0
github.com/errata-ai/ini v1.63.0
github.com/errata-ai/regexp2 v1.7.0
github.com/gobwas/glob v0.2.3
github.com/jdkato/twine v0.10.0
github.com/karrick/godirwalk v1.16.1
github.com/mholt/archiver/v3 v3.5.1
github.com/mitchellh/mapstructure v1.4.0
github.com/niklasfasching/go-org v1.6.6
github.com/olekukonko/tablewriter v0.0.4
github.com/otiai10/copy v1.7.0
github.com/pterm/pterm v0.12.76
github.com/remeh/sizedwaitgroup v1.0.0
github.com/spf13/pflag v1.0.5
github.com/yuin/goldmark v1.5.6
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
golang.org/x/net v0.17.0
golang.org/x/sys v0.16.0
gopkg.in/yaml.v2 v2.4.0
)
require (
atomicgo.dev/cursor v0.2.0 // indirect
atomicgo.dev/keyboard v0.2.9 // indirect
atomicgo.dev/schedule v0.1.0 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.2.0 // indirect
github.com/andybalholm/brotli v1.0.1 // indirect
github.com/containerd/console v1.0.3 // indirect
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/gookit/color v1.5.4 // indirect
github.com/huandu/xstrings v1.3.3 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/klauspost/compress v1.11.4 // indirect
github.com/klauspost/pgzip v1.2.5 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/lithammer/fuzzysearch v1.1.8 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/reflectwalk v1.0.0 // indirect
github.com/montanaflynn/stats v0.7.1 // indirect
github.com/nwaples/rardecode v1.1.0 // indirect
github.com/pierrec/lz4/v4 v4.1.2 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/shopspring/decimal v1.2.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/term v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/neurosnap/sentences.v1 v1.0.7 // indirect
)