-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathgo.mod
28 lines (25 loc) · 985 Bytes
/
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
module github.com/juliensalinas/torrengo
go 1.18
require (
github.com/PuerkitoBio/goquery v1.8.0
github.com/chromedp/cdproto v0.0.0-20220217222649-d8c14a5c6edf
github.com/chromedp/chromedp v0.7.8
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-20220315160706-3147a52a75dd
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
)
require (
github.com/andybalholm/cascadia v1.3.1 // 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.13 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/sys v0.0.0-20220318055525-2edf467146b5 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
)