-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 755 Bytes
/
go.mod
File metadata and controls
23 lines (20 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/fortio/webscreenshot
go 1.24
require (
fortio.org/cli v1.12.3
fortio.org/log v1.18.3
github.com/chromedp/chromedp v0.14.2
)
require (
fortio.org/struct2env v0.4.2 // indirect
fortio.org/version v1.0.4 // indirect
github.com/chromedp/cdproto v0.0.0-20250724212937-08a3db8b4327 // indirect
github.com/chromedp/sysutil v1.1.0 // indirect
github.com/go-json-experiment/json v0.0.0-20250725192818-e39067aee2d2 // 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/kortschak/goroutine v1.1.3 // indirect
golang.org/x/crypto/x509roots/fallback v0.0.0-20250203165127-fa5273e46196 // indirect
golang.org/x/sys v0.34.0 // indirect
)