example,cmd: bump gio version

Signed-off-by: Egon Elbre <egonelbre@gmail.com>
This commit is contained in:
Egon Elbre
2020-06-19 14:25:23 +03:00
committed by Elias Naur
parent 0b713032fb
commit 7c98e679ef
4 changed files with 12 additions and 8 deletions
+2 -2
View File
@@ -3,10 +3,10 @@ module gioui.org/cmd
go 1.13
require (
gioui.org v0.0.0-20200617094714-596e32161041
gioui.org v0.0.0-20200619103721-0b713032fbff
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/image v0.0.0-20200618115811-c13761719519
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/tools v0.0.0-20190927191325-030b2cf1153e
)