chromedp/go.mod
Daniel Martí e9aa66f87e fix build breakage with newer cdproto versions
This isn't strictly necessary, as one can always build with the earlier
cdproto version specified in go.mod. However, many people still install
chromedp in GOPATH via 'go get -u', so this workaround makes life easier
for a lot of developers.

Fixes #285.
2019-03-28 21:45:27 +00:00

10 lines
322 B
Modula-2

module github.com/chromedp/chromedp
require (
github.com/chromedp/cdproto v0.0.0-20190327003620-8d5e1d04ce19
github.com/disintegration/imaging v1.6.0
github.com/gorilla/websocket v1.4.0
github.com/mailru/easyjson v0.0.0-20190312143242-1de009706dbe
golang.org/x/image v0.0.0-20190220214146-31aff87c08e9 // indirect
)