-
Notifications
You must be signed in to change notification settings - Fork 240
/
Copy pathgo.mod
25 lines (22 loc) · 791 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
module github.com/chromedp/examples
go 1.23
require (
github.com/chromedp/cdproto v0.0.0-20250120090109-d38428e4d9c8
github.com/chromedp/chromedp v0.11.2
github.com/kenshaw/rasterm v0.1.12
github.com/oschwald/geoip2-golang v1.11.0
github.com/yookoala/realpath v1.0.0
)
require (
github.com/chromedp/sysutil v1.1.0 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.4.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.9.0 // indirect
github.com/mattn/go-sixel v0.0.5 // indirect
github.com/oschwald/maxminddb-golang v1.13.1 // indirect
github.com/soniakeys/quant v1.0.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/term v0.28.0 // indirect
)