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
+4 -4
View File
@@ -21,10 +21,10 @@ import (
_ "net/http/pprof"
"gioui.org/ui"
"gioui.org/ui/app"
"gioui.org/ui/gesture"
"gioui.org/ui/key"
"gioui.org/ui/layout"
"gioui.org/app"
"gioui.org/gesture"
"gioui.org/key"
"gioui.org/layout"
"github.com/google/go-github/v24/github"
)