2018-05-26 07:05:58 +00:00
|
|
|
module github.com/chromedp/chromedp
|
|
|
|
|
|
|
|
require (
|
2019-03-28 21:44:07 +00:00
|
|
|
github.com/chromedp/cdproto v0.0.0-20190327003620-8d5e1d04ce19
|
2019-02-21 22:43:53 +00:00
|
|
|
github.com/disintegration/imaging v1.6.0
|
|
|
|
github.com/gorilla/websocket v1.4.0
|
2019-03-28 21:44:07 +00:00
|
|
|
github.com/mailru/easyjson v0.0.0-20190312143242-1de009706dbe
|
2019-02-21 22:43:53 +00:00
|
|
|
golang.org/x/image v0.0.0-20190220214146-31aff87c08e9 // indirect
|
2018-05-26 07:05:58 +00:00
|
|
|
)
|