mirror of
https://github.com/tenox7/wrp.git
synced 2024-12-22 21:29:29 +00:00
18 lines
565 B
Modula-2
18 lines
565 B
Modula-2
module github.com/tenox7/wrp
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/MaxHalford/halfgone v0.0.0-20171017091812-482157b86ccb
|
|
github.com/chromedp/cdproto v0.0.0-20221126224343-3a0787b8dd28
|
|
github.com/chromedp/chromedp v0.8.6
|
|
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/mailru/easyjson v0.7.7 // indirect
|
|
github.com/soniakeys/quant v1.0.0
|
|
golang.org/x/sys v0.2.0 // indirect
|
|
)
|