2018-05-26 14:05:58 +07:00
|
|
|
module github.com/chromedp/chromedp
|
|
|
|
|
|
|
|
require (
|
2019-04-04 23:24:33 +02:00
|
|
|
github.com/chromedp/cdproto v0.0.0-20190403231133-2aeaf1f9e897
|
2019-02-21 23:43:53 +01:00
|
|
|
github.com/disintegration/imaging v1.6.0
|
|
|
|
github.com/gorilla/websocket v1.4.0
|
2019-04-04 23:24:33 +02:00
|
|
|
github.com/mailru/easyjson v0.0.0-20190403194419-1ea4449da983
|
|
|
|
golang.org/x/image v0.0.0-20190321063152-3fc05d484e9f // indirect
|
2018-05-26 14:05:58 +07:00
|
|
|
)
|