2018-05-26 14:05:58 +07:00
|
|
|
module github.com/chromedp/chromedp
|
|
|
|
|
|
|
|
require (
|
2018-07-13 12:49:42 +07:00
|
|
|
github.com/chromedp/cdproto v0.0.0-20180713053126-e314dc107013
|
2018-05-26 14:05:58 +07:00
|
|
|
github.com/disintegration/imaging v1.4.2
|
|
|
|
github.com/gorilla/websocket v1.2.0
|
2018-12-01 12:38:45 +00:00
|
|
|
github.com/knq/sysutil v0.0.0-20180306023629-0218e141a794 // indirect
|
2018-07-04 05:23:33 +07:00
|
|
|
github.com/mailru/easyjson v0.0.0-20180606163543-3fdea8d05856
|
2018-12-01 12:38:45 +00:00
|
|
|
golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81 // indirect
|
2018-05-26 14:05:58 +07:00
|
|
|
)
|