all: update dependencies

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-07-03 20:26:19 +02:00
parent 475bccb722
commit 252514af9d
4 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -3,6 +3,6 @@ module gioui.org/ui
go 1.12
require (
golang.org/x/image v0.0.0-20190321063152-3fc05d484e9f
golang.org/x/sys v0.0.0-20190527092632-ea4c425e90c7
golang.org/x/image v0.0.0-20190703141733-d6a02ce849c9
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb
)