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,11 +3,11 @@ module gioui.org/example
go 1.13
require (
gioui.org v0.0.0-20200617094714-596e32161041
gioui.org v0.0.0-20200619103721-0b713032fbff
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72
github.com/google/go-github/v24 v24.0.1
golang.org/x/exp v0.0.0-20191002040644-a1355ae1e2c3
golang.org/x/image v0.0.0-20190802002840-cff245a6509b
golang.org/x/image v0.0.0-20200618115811-c13761719519
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
)