-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (29 loc) · 1.05 KB
/
Copy pathgo.mod
File metadata and controls
32 lines (29 loc) · 1.05 KB
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
29
30
31
32
module github.com/vaayne/tap
go 1.26
require (
github.com/chromedp/cdproto v0.0.0-20260321001828-e3e3800016bc
github.com/chromedp/chromedp v0.15.1
github.com/fastschema/qjs v0.0.6
github.com/gorilla/websocket v1.5.3
github.com/joho/godotenv v1.5.1
github.com/refraction-networking/utls v1.8.2
github.com/urfave/cli/v3 v3.8.0
github.com/vaayne/go-defuddle v0.1.2
golang.org/x/net v0.47.0
golang.org/x/sys v0.42.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/JohannesKaufmann/dom v0.2.0 // indirect
github.com/JohannesKaufmann/html-to-markdown/v2 v2.5.0 // indirect
github.com/andybalholm/brotli v1.0.6 // indirect
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/klauspost/compress v1.17.4 // indirect
github.com/tetratelabs/wazero v1.9.0 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/text v0.31.0 // indirect
)