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
@@ -3,7 +3,7 @@ module gioui.org/apps
go 1.13
require (
gioui.org/ui v0.0.0-20190926164103-dc6fedc163d5
gioui.org v0.0.0-20190930103706-22cd88df9f7f
github.com/google/go-github/v24 v24.0.1
golang.org/x/exp v0.0.0-20190627132806-fd42eb6b336f
golang.org/x/image v0.0.0-20190703141733-d6a02ce849c9
+2 -2
View File
@@ -1,6 +1,6 @@
cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
gioui.org/ui v0.0.0-20190926164103-dc6fedc163d5 h1:Rj12+5VLuFgEvzbmHQ/PuzmoZ3CBc9jvVyPe5UkFWpQ=
gioui.org/ui v0.0.0-20190926164103-dc6fedc163d5/go.mod h1:PssKPKlqVIeyaed+0w492Xc2NgX5M3n6oZKOAj5rxoE=
gioui.org v0.0.0-20190930103706-22cd88df9f7f h1:otoFx7x89sR0tUt1bVccsTw78tk36PbVqaoyTjUZKQ4=
gioui.org v0.0.0-20190930103706-22cd88df9f7f/go.mod h1:+CEjc9B//HrBfWsQOVxjCyih7HGIj3Pww1xFHVDZyyk=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/golang/protobuf v1.2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM=
github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
+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"
)
+1 -1
View File
@@ -7,8 +7,8 @@ import (
"testing"
"time"
"gioui.org/layout"
"gioui.org/ui"
"gioui.org/ui/layout"
)
type queue struct{}
+10 -10
View File
@@ -18,16 +18,16 @@ import (
_ "net/http/pprof"
"gioui.org/ui"
"gioui.org/ui/f32"
"gioui.org/ui/gesture"
"gioui.org/ui/key"
"gioui.org/ui/layout"
"gioui.org/ui/measure"
"gioui.org/ui/paint"
"gioui.org/ui/pointer"
"gioui.org/ui/system"
"gioui.org/ui/text"
"gioui.org/ui/widget"
"gioui.org/f32"
"gioui.org/gesture"
"gioui.org/key"
"gioui.org/layout"
"gioui.org/measure"
"gioui.org/paint"
"gioui.org/pointer"
"gioui.org/system"
"gioui.org/text"
"gioui.org/widget"
"golang.org/x/exp/shiny/iconvg"
"github.com/google/go-github/v24/github"
+5 -5
View File
@@ -9,11 +9,11 @@ import (
"log"
"gioui.org/ui"
"gioui.org/ui/app"
"gioui.org/ui/layout"
"gioui.org/ui/measure"
"gioui.org/ui/paint"
"gioui.org/ui/text"
"gioui.org/app"
"gioui.org/layout"
"gioui.org/measure"
"gioui.org/paint"
"gioui.org/text"
"golang.org/x/image/font/gofont/goregular"
"golang.org/x/image/font/sfnt"
+1 -1
View File
@@ -3,7 +3,7 @@ module gioui.org/cmd
go 1.13
require (
gioui.org/ui v0.0.0-20190922141907-2d8072fbbbc6
gioui.org v0.0.0-20190930103706-22cd88df9f7f
github.com/chromedp/chromedp v0.4.0
golang.org/x/image v0.0.0-20190802002840-cff245a6509b
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
+2 -2
View File
@@ -1,5 +1,5 @@
gioui.org/ui v0.0.0-20190922141907-2d8072fbbbc6 h1:zK+bNIQHKtFYsK8WjI3A+mChXOoHpQbmSzTXFvZg+2o=
gioui.org/ui v0.0.0-20190922141907-2d8072fbbbc6/go.mod h1:PssKPKlqVIeyaed+0w492Xc2NgX5M3n6oZKOAj5rxoE=
gioui.org v0.0.0-20190930103706-22cd88df9f7f h1:otoFx7x89sR0tUt1bVccsTw78tk36PbVqaoyTjUZKQ4=
gioui.org v0.0.0-20190930103706-22cd88df9f7f/go.mod h1:+CEjc9B//HrBfWsQOVxjCyih7HGIj3Pww1xFHVDZyyk=
github.com/chromedp/cdproto v0.0.0-20190812224334-39ef923dcb8d h1:00kLGv5nKzpFchNhGDXDRbKtYx/WoT983Ka2t8/pzRE=
github.com/chromedp/cdproto v0.0.0-20190812224334-39ef923dcb8d/go.mod h1:0YChpVzuLJC5CPr+x3xkHN6Z8KOSXjNbL7qV8Wc4GW0=
github.com/chromedp/chromedp v0.4.0 h1:0AJC5ejETuh/6n7Tcsw4u4G0eKZkI9aVRwckWaImLUE=
+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
}
+1 -1
View File
@@ -432,7 +432,7 @@ func archiveIOS(tmpDir, target, frameworkRoot string, bi *buildInfo) error {
if _, err := runCmd(lipo); err != nil {
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
}
+3 -3
View File
@@ -8,9 +8,9 @@ import (
"log"
"gioui.org/ui"
"gioui.org/ui/app"
"gioui.org/ui/f32"
"gioui.org/ui/paint"
"gioui.org/app"
"gioui.org/f32"
"gioui.org/paint"
)
func main() {