Files
gio-patched/go.mod
T
Elias Naur 17b5898dd3 go.mod: bump Go version to 1.14
Go 1.15 is out so let's bump the version to 1.14 to sidestep the annoying
webassembly syscall/js change from Go 1.13.

Go 1.13 (and warlier?) will still attempt to build, but when failing to
build a webassembly program the go tool will report the version mismatch.

Fixes gio#156

Signed-off-by: Elias Naur <mail@eliasnaur.com>
2020-08-15 11:10:16 +02:00

10 lines
200 B
Modula-2

module gioui.org
go 1.14
require (
golang.org/x/exp v0.0.0-20191002040644-a1355ae1e2c3
golang.org/x/image v0.0.0-20200618115811-c13761719519
golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9
)