-
Notifications
You must be signed in to change notification settings - Fork 240
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 779 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/chromedp/examples
go 1.26
require (
github.com/chromedp/cdproto v0.0.0-20260321001828-e3e3800016bc
github.com/chromedp/chromedp v0.15.1
github.com/kenshaw/rasterm v0.1.16
github.com/oschwald/geoip2-golang v1.13.0
github.com/yookoala/realpath v1.0.0
)
require (
github.com/chromedp/sysutil v1.1.0 // indirect
github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433 // 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/mattn/go-sixel v0.0.8 // indirect
github.com/oschwald/maxminddb-golang v1.13.1 // indirect
github.com/soniakeys/quant v1.0.0 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/term v0.41.0 // indirect
)