Files
gio/apps/go.mod
T
Elias Naur b45222b457 apps: drop init funcs
Now that Gio runs main functions everywhere, init func are no longer
necessary.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
2019-07-22 11:40:13 +02:00

14 lines
329 B
Modula-2

module gioui.org/apps
go 1.12
require (
gioui.org/ui v0.0.0-20190722093309-c080a54038a6
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
)
replace gioui.org/ui => ../ui