-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathgo.mod
More file actions
39 lines (37 loc) · 1.81 KB
/
go.mod
File metadata and controls
39 lines (37 loc) · 1.81 KB
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
module collector
go 1.13
require (
github.com/Chain-Zhang/pinyin v0.1.3
github.com/PuerkitoBio/goquery v1.5.1
github.com/adamzy/cedar-go v0.0.0-20170805034717-80a9c64b256d // indirect
github.com/ajg/form v1.5.1 // indirect
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 // indirect
github.com/fesiong/goproject/convert v0.0.0-20210407013830-243f22255055
github.com/google/go-querystring v1.0.0 // indirect
github.com/huichen/sego v0.0.0-20180617034105-3f3c8a8cfacc // indirect
github.com/imkira/go-interpol v1.1.0 // indirect
github.com/issue9/assert v1.4.0 // indirect
github.com/jinzhu/gorm v1.9.14
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/kataras/iris/v12 v12.1.8
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/moul/http2curl v1.0.0 // indirect
github.com/onsi/ginkgo v1.14.0 // indirect
github.com/parnurzeal/gorequest v0.2.16
github.com/polaris1119/keyword v0.0.0-20170608075927-96ae6735f2f2
github.com/robfig/cron/v3 v3.0.1
github.com/sergi/go-diff v1.1.0 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/stretchr/testify v1.5.1 // indirect
github.com/valyala/fasthttp v1.16.0 // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 // indirect
github.com/yudai/gojsondiff v1.0.0 // indirect
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
github.com/yudai/pp v2.0.1+incompatible // indirect
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
golang.org/x/net v0.0.0-20200904194848-62affa334b73
golang.org/x/sys v0.0.0-20200909081042-eff7692f9009 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)