mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-03 08:25:34 +00:00
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:
+3
-2
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user