ui/go.*: update golang.org/x/sys

In particular to get the ptrace fix for iOS from

https://go-review.googlesource.com/c/sys/+/182317

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-08-14 10:46:28 +02:00
parent bf99199287
commit 74295d5b77
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ go 1.12
require (
golang.org/x/image v0.0.0-20190703141733-d6a02ce849c9
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a
)