go.*: update dependencies, bump go.mod Go version to 1.16

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2021-07-27 14:33:52 +02:00
parent 9188690e9e
commit b7a983d7ff
2 changed files with 394 additions and 17 deletions
+6 -4
View File
@@ -1,9 +1,11 @@
module gioui.org
go 1.14
go 1.16
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-20210304124612-50617c2ba197
golang.org/x/exp v0.0.0-20210722180016-6781d3edade3
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
)
require golang.org/x/text v0.3.6 // indirect