This repository has been archived by the owner on Feb 17, 2023. It is now read-only.
forked from errata-ai/vale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
48 lines (45 loc) · 1.87 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
module github.com/errata-ai/vale/v2
go 1.18
require (
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/prose v1.2.1
github.com/jdkato/regexp v0.1.0
github.com/jdkato/titlecase v0.0.0-20220120021253-0158ddd948b8
github.com/karrick/godirwalk v1.16.1
github.com/mholt/archiver v3.1.1+incompatible
github.com/mitchellh/mapstructure v1.4.0
github.com/niklasfasching/go-org v1.6.5
github.com/olekukonko/tablewriter v0.0.4
github.com/otiai10/copy v1.7.0
github.com/pterm/pterm v0.12.33
github.com/remeh/sizedwaitgroup v1.0.0
github.com/spf13/cast v1.3.1
github.com/spf13/pflag v1.0.5
github.com/yuin/goldmark v1.4.12
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/atomicgo/cursor v0.0.1 // indirect
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
github.com/frankban/quicktest v1.14.3 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/gookit/color v1.4.2 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/montanaflynn/stats v0.6.3 // indirect
github.com/nwaples/rardecode v1.1.0 // indirect
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/shogo82148/go-shuffle v0.0.0-20180218125048-27e6095f230d // 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-20210125001918-ca9a967f8778 // indirect
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/neurosnap/sentences.v1 v1.0.6 // indirect
)