forked from errata-ai/vale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (25 loc) · 890 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 github.com/errata-ai/vale/v2
go 1.15
require (
github.com/Masterminds/sprig/v3 v3.1.0
github.com/alecthomas/chroma v0.8.1
github.com/dlclark/regexp2 v1.2.1 // indirect
github.com/gobwas/glob v0.2.3
github.com/jdkato/prose v1.2.0
github.com/jdkato/regexp v0.1.0
github.com/logrusorgru/aurora/v3 v3.0.0
github.com/mattn/go-colorable v0.1.7
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.1.2
github.com/neurosnap/sentences v1.0.6 // indirect
github.com/olekukonko/tablewriter v0.0.4
github.com/remeh/sizedwaitgroup v1.0.0
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/afero v1.2.2
github.com/urfave/cli v1.22.4
github.com/yuin/goldmark v1.1.25
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect
gopkg.in/ini.v1 v1.52.0
gopkg.in/yaml.v2 v2.2.8
)