ui/app: (windows) use the new golang.org/x/sys/windows.MessageBox function

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-05-27 11:35:40 +02:00
parent e5ddb0b903
commit 5cc9906eb8
4 changed files with 6 additions and 13 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ go 1.12
require (
golang.org/x/image v0.0.0-20190321063152-3fc05d484e9f
golang.org/x/sys v0.0.0-20190329044733-9eb1bfa1ce65
golang.org/x/sys v0.0.0-20190527092632-ea4c425e90c7
)