Files
gio/example/go.mod
T
Elias Naur 6bc55d66c2 example/go.mod: update gio version
Signed-off-by: Elias Naur <mail@eliasnaur.com>
2019-10-08 14:25:09 +02:00

12 lines
298 B
Modula-2

module gioui.org/example
go 1.13
require (
gioui.org v0.0.0-20191008122241-c3a6ab1174b0
github.com/google/go-github/v24 v24.0.1
golang.org/x/exp v0.0.0-20190627132806-fd42eb6b336f
golang.org/x/image v0.0.0-20190703141733-d6a02ce849c9
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
)