mirror of
https://github.com/tenox7/wrp.git
synced 2024-11-22 10:31:21 +00:00
13 lines
375 B
Modula-2
13 lines
375 B
Modula-2
|
module github.com/tenox7/wrp
|
||
|
|
||
|
go 1.14
|
||
|
|
||
|
require (
|
||
|
github.com/chromedp/cdproto v0.0.0-20200424080200-0de008e41fa0
|
||
|
github.com/chromedp/chromedp v0.5.3
|
||
|
github.com/ericpauley/go-quantize v0.0.0-20200331213906-ae555eb2afa4
|
||
|
github.com/gobwas/ws v1.0.3 // indirect
|
||
|
github.com/mailru/easyjson v0.7.1 // indirect
|
||
|
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect
|
||
|
)
|