-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
37 lines (35 loc) · 1.46 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
module github.com/orsinium/chameleon
go 1.16
require (
github.com/ValeLint/gospell v0.0.0-20190917205818-a0d53c86ac15 // indirect
github.com/enescakir/emoji v1.0.0
github.com/errata-ai/vale v1.7.1
github.com/go-co-op/gocron v0.7.1
github.com/gobwas/glob v0.2.3 // indirect
github.com/jdkato/prose v1.2.1 // indirect
github.com/jdkato/regexp v0.1.0 // indirect
github.com/julienschmidt/httprouter v1.3.0
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/montanaflynn/stats v0.6.5 // indirect
github.com/remeh/sizedwaitgroup v1.0.0 // indirect
github.com/russross/blackfriday v1.6.0 // indirect
github.com/shogo82148/go-shuffle v1.0.0 // indirect
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
github.com/tdewolff/minify v2.3.6+incompatible
github.com/tdewolff/parse v2.3.4+incompatible // indirect
github.com/tdewolff/test v1.0.6 // indirect
github.com/victorspringer/http-cache v0.0.0-20190721184638-fe78e97af707
github.com/whilp/git-urls v1.0.0
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
github.com/yuin/goldmark v1.3.5
go.etcd.io/bbolt v1.3.5
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0
golang.org/x/net v0.0.0-20210421230115-4e50805a0758 // indirect
golang.org/x/sys v0.0.0-20210421221651-33663a62ff08 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)