mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
85843f1f29
Since the main README recommends Go 1.13 or later, let's make the go.mod files reflect that. This will enable starting to use new language features. Modules that still build on 1.12 will continue to work on that version just fine; this line is just a hint to enable new language features for versions of Go new enough. Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
12 lines
298 B
Modula-2
12 lines
298 B
Modula-2
module gioui.org/apps
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
gioui.org/ui v0.0.0-20190902131729-7ad60e08787b
|
|
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
|
|
)
|