apps,cmd: update to renamed gioui.org module

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-09-30 12:41:29 +02:00
parent 22cd88df9f
commit 962bc36dac
11 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ func compileAndroid(tmpDir string, tools *androidTools, bi *buildInfo) (err erro
return err
})
}
appDir, err := runCmd(exec.Command("go", "list", "-f", "{{.Dir}}", "gioui.org/ui/app"))
appDir, err := runCmd(exec.Command("go", "list", "-f", "{{.Dir}}", "gioui.org/app"))
if err != nil {
return err
}