-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 823 Bytes
/
Copy pathgo.mod
File metadata and controls
26 lines (23 loc) · 823 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
25
26
module github.com/ynori7/hulksmash
go 1.24.0
require (
github.com/chromedp/cdproto v0.0.0-20230722233645-dbf72f61037f
github.com/chromedp/chromedp v0.9.1
github.com/refraction-networking/utls v1.8.2
github.com/ynori7/workerpool v1.2.1
golang.org/x/net v0.49.0
)
require (
github.com/andybalholm/brotli v1.2.0 // indirect
github.com/chromedp/sysutil v1.0.0 // 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/klauspost/compress v1.18.4 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/stretchr/testify v1.8.4 // indirect
golang.org/x/crypto v0.48.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/text v0.34.0 // indirect
)