-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (24 loc) · 1.01 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
module github.com/voyager-hang/go-chrome-demo
go 1.17
require (
github.com/chromedp/cdproto v0.0.0-20220908234607-11c39c58d330
github.com/chromedp/chromedp v0.8.5
github.com/voyager-hang/go-chrome v1.1.3
)
require (
github.com/akavel/rsrc v0.10.2 // indirect
github.com/chromedp/sysutil v1.0.0 // indirect
github.com/fragmentization/mahonia v0.0.0-20220819055008-8fcf21ccb869 // indirect
github.com/go-bindata/go-bindata/v3 v3.1.3 // 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/kisielk/errcheck v1.2.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/voyager-hang/go-chrome-build v1.1.4 // indirect
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64 // indirect
golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f // indirect
)