forked from HarryWang29/tencentKeTang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (30 loc) · 1.43 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
module crawler/tencentKeTang
go 1.14
require (
code.rocketnine.space/tslocum/cview v1.5.5 // indirect
github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59 // indirect
github.com/fyne-io/fyne-cross v1.1.0 // indirect
github.com/go-gl/gl v0.0.0-20210501111010-69f74958bac0 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20210603182125-eeedf4a0e899 // indirect
github.com/goxjs/gl v0.0.0-20210104184919-e3fafc6f8f2a // indirect
github.com/goxjs/glfw v0.0.0-20191126052801-d2efb5f20838 // indirect
github.com/iris-contrib/schema v0.0.6
github.com/jthmath/winapi v0.0.0-20170505022915-d8c4352fe12b // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/onsi/ginkgo v1.16.4 // indirect
github.com/onsi/gomega v1.13.0 // indirect
github.com/peterh/liner v1.2.1
github.com/pkg/errors v0.9.1
github.com/schollz/progressbar/v3 v3.8.1
github.com/soniakeys/quant v1.0.0 // indirect
github.com/tidwall/gjson v1.8.0
github.com/tidwall/pretty v1.1.1 // indirect
github.com/urfave/cli/v2 v2.3.0
github.com/wayneashleyberry/terminal-dimensions v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/image v0.0.0-20210607152325-775e3b0c77b9 // indirect
golang.org/x/sys v0.0.0-20210603125802-9665404d3644 // indirect
gopkg.in/yaml.v2 v2.4.0
honnef.co/go/js/dom v0.0.0-20200509013220-d4405f7ab4d8 // indirect
)