cmd: update the chromedp version

It's a bugfix release, and we want some of the stability fixes in it.
Starting Chrome processes is more reliable now, for example.

See https://github.com/chromedp/chromedp/releases/tag/v0.5.2.

Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
This commit is contained in:
Daniel Martí
2019-11-30 22:02:14 +00:00
committed by Elias Naur
parent 41116b5cb8
commit 5bddf66db7
2 changed files with 11 additions and 8 deletions
+3 -2
View File
@@ -4,9 +4,10 @@ go 1.13
require (
gioui.org v0.0.0-20191120191531-f3f079df324f
github.com/chromedp/cdproto v0.0.0-20191009033829-c22f49c9ff0a
github.com/chromedp/chromedp v0.5.1
github.com/chromedp/cdproto v0.0.0-20191114225735-6626966fbae4
github.com/chromedp/chromedp v0.5.2
golang.org/x/image v0.0.0-20190802002840-cff245a6509b
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9 // indirect
golang.org/x/tools v0.0.0-20190927191325-030b2cf1153e
)