mirror of
https://github.com/tenox7/wrp.git
synced 2024-11-22 10:31:21 +00:00
21 lines
581 B
Modula-2
21 lines
581 B
Modula-2
module github.com/tenox7/wrp
|
|
|
|
go 1.21.5
|
|
|
|
require (
|
|
github.com/MaxHalford/halfgone v0.0.0-20171017091812-482157b86ccb
|
|
github.com/chromedp/cdproto v0.0.0-20231205062650-00455a960d61
|
|
github.com/chromedp/chromedp v0.9.3
|
|
github.com/soniakeys/quant v1.0.0
|
|
)
|
|
|
|
require (
|
|
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.3.1 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
)
|