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