forked from errata-ai/vale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
40 lines (38 loc) · 1.59 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
module github.com/errata-ai/vale
go 1.13
require (
github.com/PuerkitoBio/goquery v1.5.1 // indirect
github.com/blang/semver v3.5.1+incompatible
github.com/client9/gospell v0.0.0-20160306015952-90dfc71015df
github.com/dsnet/compress v0.0.1 // indirect
github.com/fatih/color v1.9.0
github.com/frankban/quicktest v1.7.2 // indirect
github.com/gobwas/glob v0.2.3
github.com/golang/snappy v0.0.1 // indirect
github.com/jdkato/prose v1.1.1
github.com/jdkato/regexp v0.1.0
github.com/levigross/grequests v0.0.0-20190908174114-253788527a1a
github.com/mholt/archiver v3.1.1+incompatible
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.1.2
github.com/mmcdole/gofeed v1.0.0-beta2
github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf // indirect
github.com/montanaflynn/stats v0.6.3 // indirect
github.com/neurosnap/sentences v1.0.6 // indirect
github.com/nwaples/rardecode v1.0.0 // indirect
github.com/olekukonko/tablewriter v0.0.4
github.com/pierrec/lz4 v2.4.1+incompatible // indirect
github.com/remeh/sizedwaitgroup v1.0.0
github.com/shogo82148/go-shuffle v0.0.0-20180218125048-27e6095f230d // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/afero v1.2.2
github.com/stretchr/testify v1.5.0
github.com/urfave/cli v1.22.2
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
github.com/xrash/smetrics v0.0.0-20170218160415-a3153f7040e9
github.com/yuin/goldmark v1.1.23
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
gopkg.in/ini.v1 v1.52.0
gopkg.in/neurosnap/sentences.v1 v1.0.6 // indirect
gopkg.in/yaml.v2 v2.2.8
)