forked from juliensalinas/torrengo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
31 lines (28 loc) · 1.03 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
module torrengo
go 1.17
require (
github.com/PuerkitoBio/goquery v1.7.1
github.com/apex/log v1.9.0
github.com/chromedp/cdproto v0.0.0-20210829223513-dac050cc1a27
github.com/chromedp/chromedp v0.7.4
github.com/cretz/bine v0.2.0
github.com/juliensalinas/torrengo v1.0.1
github.com/olekukonko/tablewriter v0.0.5
github.com/onrik/logrus v0.9.0
github.com/sirupsen/logrus v1.8.1
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f
)
require (
github.com/andybalholm/cascadia v1.2.0 // indirect
github.com/chromedp/sysutil v1.0.0 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.1.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/pkg/errors v0.8.1 // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
)