From 0080ee4fb743ee3d4e88ce096fa0678716ac1993 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 14 Sep 2020 15:30:24 +0000 Subject: [PATCH] Update module go-flutter-desktop/go-flutter to v0.42.0 --- draggable_borderless/go/go.mod | 2 +- keyboard_event/go/go.mod | 2 +- plugin_tutorial/go-plugin-example/battery/go.mod | 2 +- plugin_tutorial/go-plugin-example/battery/go.sum | 4 ++-- plugin_tutorial/go-plugin-example/complex/go.mod | 2 +- plugin_tutorial/go-plugin-example/complex/go.sum | 4 ++-- plugin_tutorial/go/go.mod | 2 +- pointer_demo/go/go.mod | 2 +- stocks/go/go.mod | 2 +- text_demo/go/go.mod | 2 +- texture_tutorial/go-texture-example/gif/go.mod | 2 +- texture_tutorial/go-texture-example/gif/go.sum | 4 ++-- texture_tutorial/go-texture-example/image/go.mod | 2 +- texture_tutorial/go-texture-example/image/go.sum | 4 ++-- texture_tutorial/go/go.mod | 2 +- xbox_controller/go-plugin-example/controller/go.mod | 2 +- xbox_controller/go-plugin-example/controller/go.sum | 4 ++-- xbox_controller/go/go.mod | 2 +- 18 files changed, 23 insertions(+), 23 deletions(-) diff --git a/draggable_borderless/go/go.mod b/draggable_borderless/go/go.mod index 0cceda9..6dd4c73 100644 --- a/draggable_borderless/go/go.mod +++ b/draggable_borderless/go/go.mod @@ -3,7 +3,7 @@ module github.com/go-flutter-desktop/examples/draggable_borderless/desktop go 1.12 require ( - github.com/go-flutter-desktop/go-flutter v0.41.2 + github.com/go-flutter-desktop/go-flutter v0.42.0 github.com/go-gl/glfw/v3.3/glfw 73d3c3675aa3 github.com/pkg/errors v0.9.1 ) diff --git a/keyboard_event/go/go.mod b/keyboard_event/go/go.mod index e437627..e08ba69 100644 --- a/keyboard_event/go/go.mod +++ b/keyboard_event/go/go.mod @@ -3,6 +3,6 @@ module github.com/go-flutter-desktop/examples/pointer_demo/desktop go 1.12 require ( - github.com/go-flutter-desktop/go-flutter v0.41.2 + github.com/go-flutter-desktop/go-flutter v0.42.0 github.com/pkg/errors v0.9.1 ) diff --git a/plugin_tutorial/go-plugin-example/battery/go.mod b/plugin_tutorial/go-plugin-example/battery/go.mod index 84fff5e..216207a 100644 --- a/plugin_tutorial/go-plugin-example/battery/go.mod +++ b/plugin_tutorial/go-plugin-example/battery/go.mod @@ -2,4 +2,4 @@ module github.com/go-flutter-desktop/plugins/go-plugin-example/battery go 1.12 -require github.com/go-flutter-desktop/go-flutter v0.41.2 +require github.com/go-flutter-desktop/go-flutter v0.42.0 diff --git a/plugin_tutorial/go-plugin-example/battery/go.sum b/plugin_tutorial/go-plugin-example/battery/go.sum index 41d90d3..d30c7ae 100644 --- a/plugin_tutorial/go-plugin-example/battery/go.sum +++ b/plugin_tutorial/go-plugin-example/battery/go.sum @@ -3,8 +3,8 @@ github.com/Xuanwo/go-locale v0.3.0/go.mod h1:6qbT9M726OJgyiGZro2YwPmx63wQzlH+Vvt github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/go-flutter-desktop/go-flutter v0.41.2 h1:DYy2ghZ+VxxbltCG9BXSApLKUQH3Ia89zSUdeIqYEgo= -github.com/go-flutter-desktop/go-flutter v0.41.2/go.mod h1:qDG/ylPWgvZOL0IjId3ndUKm9T4czrlFAQYUm2dqzis= +github.com/go-flutter-desktop/go-flutter v0.42.0 h1:uOWTmV2GLEFde6GMKLIGop4MDuvQddoVTca0k9abAOg= +github.com/go-flutter-desktop/go-flutter v0.42.0/go.mod h1:qDG/ylPWgvZOL0IjId3ndUKm9T4czrlFAQYUm2dqzis= github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 h1:SCYMcCJ89LjRGwEa0tRluNRiMjZHalQZrVrvTbPh+qw= github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7/go.mod h1:482civXOzJJCPzJ4ZOX/pwvXBWSnzD4OKMdH4ClKGbk= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200707082815-5321531c36a2 h1:Ac1OEHHkbAZ6EUnJahF0GKcU0FjPc/V8F1DvjhKngFE= diff --git a/plugin_tutorial/go-plugin-example/complex/go.mod b/plugin_tutorial/go-plugin-example/complex/go.mod index 32a8947..5e3aae0 100644 --- a/plugin_tutorial/go-plugin-example/complex/go.mod +++ b/plugin_tutorial/go-plugin-example/complex/go.mod @@ -2,4 +2,4 @@ module github.com/go-flutter-desktop/plugins/go-plugin-example/complex go 1.12 -require github.com/go-flutter-desktop/go-flutter v0.41.2 +require github.com/go-flutter-desktop/go-flutter v0.42.0 diff --git a/plugin_tutorial/go-plugin-example/complex/go.sum b/plugin_tutorial/go-plugin-example/complex/go.sum index 41d90d3..d30c7ae 100644 --- a/plugin_tutorial/go-plugin-example/complex/go.sum +++ b/plugin_tutorial/go-plugin-example/complex/go.sum @@ -3,8 +3,8 @@ github.com/Xuanwo/go-locale v0.3.0/go.mod h1:6qbT9M726OJgyiGZro2YwPmx63wQzlH+Vvt github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/go-flutter-desktop/go-flutter v0.41.2 h1:DYy2ghZ+VxxbltCG9BXSApLKUQH3Ia89zSUdeIqYEgo= -github.com/go-flutter-desktop/go-flutter v0.41.2/go.mod h1:qDG/ylPWgvZOL0IjId3ndUKm9T4czrlFAQYUm2dqzis= +github.com/go-flutter-desktop/go-flutter v0.42.0 h1:uOWTmV2GLEFde6GMKLIGop4MDuvQddoVTca0k9abAOg= +github.com/go-flutter-desktop/go-flutter v0.42.0/go.mod h1:qDG/ylPWgvZOL0IjId3ndUKm9T4czrlFAQYUm2dqzis= github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 h1:SCYMcCJ89LjRGwEa0tRluNRiMjZHalQZrVrvTbPh+qw= github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7/go.mod h1:482civXOzJJCPzJ4ZOX/pwvXBWSnzD4OKMdH4ClKGbk= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200707082815-5321531c36a2 h1:Ac1OEHHkbAZ6EUnJahF0GKcU0FjPc/V8F1DvjhKngFE= diff --git a/plugin_tutorial/go/go.mod b/plugin_tutorial/go/go.mod index 3cfa3fc..b559fb9 100644 --- a/plugin_tutorial/go/go.mod +++ b/plugin_tutorial/go/go.mod @@ -3,7 +3,7 @@ module github.com/go-flutter-desktop/examples/plugin_tutorial/desktop go 1.12 require ( - github.com/go-flutter-desktop/go-flutter v0.41.2 + github.com/go-flutter-desktop/go-flutter v0.42.0 github.com/go-flutter-desktop/plugins/go-plugin-example/battery v0.0.1 github.com/go-flutter-desktop/plugins/go-plugin-example/complex v0.0.1 github.com/pkg/errors v0.9.1 diff --git a/pointer_demo/go/go.mod b/pointer_demo/go/go.mod index e437627..e08ba69 100644 --- a/pointer_demo/go/go.mod +++ b/pointer_demo/go/go.mod @@ -3,6 +3,6 @@ module github.com/go-flutter-desktop/examples/pointer_demo/desktop go 1.12 require ( - github.com/go-flutter-desktop/go-flutter v0.41.2 + github.com/go-flutter-desktop/go-flutter v0.42.0 github.com/pkg/errors v0.9.1 ) diff --git a/stocks/go/go.mod b/stocks/go/go.mod index 5dc31e5..6ea498a 100644 --- a/stocks/go/go.mod +++ b/stocks/go/go.mod @@ -3,6 +3,6 @@ module github.com/go-flutter-desktop/examples/stocks/go go 1.14 require ( - github.com/go-flutter-desktop/go-flutter v0.41.2 + github.com/go-flutter-desktop/go-flutter v0.42.0 github.com/pkg/errors v0.9.1 ) diff --git a/text_demo/go/go.mod b/text_demo/go/go.mod index e135c9b..5b8551c 100644 --- a/text_demo/go/go.mod +++ b/text_demo/go/go.mod @@ -3,7 +3,7 @@ module text_demo/go go 1.13 require ( - github.com/go-flutter-desktop/go-flutter v0.41.2 + github.com/go-flutter-desktop/go-flutter v0.42.0 github.com/pkg/errors v0.9.1 ) diff --git a/texture_tutorial/go-texture-example/gif/go.mod b/texture_tutorial/go-texture-example/gif/go.mod index 4c5c5a6..d1c212a 100644 --- a/texture_tutorial/go-texture-example/gif/go.mod +++ b/texture_tutorial/go-texture-example/gif/go.mod @@ -2,4 +2,4 @@ module github.com/go-flutter-desktop/plugins/go-texture-example/example_gif go 1.12 -require github.com/go-flutter-desktop/go-flutter v0.41.2 +require github.com/go-flutter-desktop/go-flutter v0.42.0 diff --git a/texture_tutorial/go-texture-example/gif/go.sum b/texture_tutorial/go-texture-example/gif/go.sum index 41d90d3..d30c7ae 100644 --- a/texture_tutorial/go-texture-example/gif/go.sum +++ b/texture_tutorial/go-texture-example/gif/go.sum @@ -3,8 +3,8 @@ github.com/Xuanwo/go-locale v0.3.0/go.mod h1:6qbT9M726OJgyiGZro2YwPmx63wQzlH+Vvt github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/go-flutter-desktop/go-flutter v0.41.2 h1:DYy2ghZ+VxxbltCG9BXSApLKUQH3Ia89zSUdeIqYEgo= -github.com/go-flutter-desktop/go-flutter v0.41.2/go.mod h1:qDG/ylPWgvZOL0IjId3ndUKm9T4czrlFAQYUm2dqzis= +github.com/go-flutter-desktop/go-flutter v0.42.0 h1:uOWTmV2GLEFde6GMKLIGop4MDuvQddoVTca0k9abAOg= +github.com/go-flutter-desktop/go-flutter v0.42.0/go.mod h1:qDG/ylPWgvZOL0IjId3ndUKm9T4czrlFAQYUm2dqzis= github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 h1:SCYMcCJ89LjRGwEa0tRluNRiMjZHalQZrVrvTbPh+qw= github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7/go.mod h1:482civXOzJJCPzJ4ZOX/pwvXBWSnzD4OKMdH4ClKGbk= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200707082815-5321531c36a2 h1:Ac1OEHHkbAZ6EUnJahF0GKcU0FjPc/V8F1DvjhKngFE= diff --git a/texture_tutorial/go-texture-example/image/go.mod b/texture_tutorial/go-texture-example/image/go.mod index 31d0a00..e1e2496 100644 --- a/texture_tutorial/go-texture-example/image/go.mod +++ b/texture_tutorial/go-texture-example/image/go.mod @@ -2,4 +2,4 @@ module github.com/go-flutter-desktop/plugins/go-texture-example/example_image go 1.12 -require github.com/go-flutter-desktop/go-flutter v0.41.2 +require github.com/go-flutter-desktop/go-flutter v0.42.0 diff --git a/texture_tutorial/go-texture-example/image/go.sum b/texture_tutorial/go-texture-example/image/go.sum index 41d90d3..d30c7ae 100644 --- a/texture_tutorial/go-texture-example/image/go.sum +++ b/texture_tutorial/go-texture-example/image/go.sum @@ -3,8 +3,8 @@ github.com/Xuanwo/go-locale v0.3.0/go.mod h1:6qbT9M726OJgyiGZro2YwPmx63wQzlH+Vvt github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/go-flutter-desktop/go-flutter v0.41.2 h1:DYy2ghZ+VxxbltCG9BXSApLKUQH3Ia89zSUdeIqYEgo= -github.com/go-flutter-desktop/go-flutter v0.41.2/go.mod h1:qDG/ylPWgvZOL0IjId3ndUKm9T4czrlFAQYUm2dqzis= +github.com/go-flutter-desktop/go-flutter v0.42.0 h1:uOWTmV2GLEFde6GMKLIGop4MDuvQddoVTca0k9abAOg= +github.com/go-flutter-desktop/go-flutter v0.42.0/go.mod h1:qDG/ylPWgvZOL0IjId3ndUKm9T4czrlFAQYUm2dqzis= github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 h1:SCYMcCJ89LjRGwEa0tRluNRiMjZHalQZrVrvTbPh+qw= github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7/go.mod h1:482civXOzJJCPzJ4ZOX/pwvXBWSnzD4OKMdH4ClKGbk= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200707082815-5321531c36a2 h1:Ac1OEHHkbAZ6EUnJahF0GKcU0FjPc/V8F1DvjhKngFE= diff --git a/texture_tutorial/go/go.mod b/texture_tutorial/go/go.mod index 2f734f5..f604d11 100644 --- a/texture_tutorial/go/go.mod +++ b/texture_tutorial/go/go.mod @@ -3,7 +3,7 @@ module github.com/go-flutter-desktop/examples/plugin_tutorial/desktop go 1.12 require ( - github.com/go-flutter-desktop/go-flutter v0.41.2 + github.com/go-flutter-desktop/go-flutter v0.42.0 github.com/go-flutter-desktop/plugins/go-texture-example/example_gif v0.0.0-00010101000000-000000000000 github.com/go-flutter-desktop/plugins/go-texture-example/example_image v0.0.1 github.com/pkg/errors v0.9.1 diff --git a/xbox_controller/go-plugin-example/controller/go.mod b/xbox_controller/go-plugin-example/controller/go.mod index 6deddd9..82e7525 100644 --- a/xbox_controller/go-plugin-example/controller/go.mod +++ b/xbox_controller/go-plugin-example/controller/go.mod @@ -3,6 +3,6 @@ module github.com/go-flutter-desktop/plugins/xbox go 1.12 require ( - github.com/go-flutter-desktop/go-flutter v0.41.2 + github.com/go-flutter-desktop/go-flutter v0.42.0 github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200707082815-5321531c36a2 ) diff --git a/xbox_controller/go-plugin-example/controller/go.sum b/xbox_controller/go-plugin-example/controller/go.sum index 41d90d3..d30c7ae 100644 --- a/xbox_controller/go-plugin-example/controller/go.sum +++ b/xbox_controller/go-plugin-example/controller/go.sum @@ -3,8 +3,8 @@ github.com/Xuanwo/go-locale v0.3.0/go.mod h1:6qbT9M726OJgyiGZro2YwPmx63wQzlH+Vvt github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/go-flutter-desktop/go-flutter v0.41.2 h1:DYy2ghZ+VxxbltCG9BXSApLKUQH3Ia89zSUdeIqYEgo= -github.com/go-flutter-desktop/go-flutter v0.41.2/go.mod h1:qDG/ylPWgvZOL0IjId3ndUKm9T4czrlFAQYUm2dqzis= +github.com/go-flutter-desktop/go-flutter v0.42.0 h1:uOWTmV2GLEFde6GMKLIGop4MDuvQddoVTca0k9abAOg= +github.com/go-flutter-desktop/go-flutter v0.42.0/go.mod h1:qDG/ylPWgvZOL0IjId3ndUKm9T4czrlFAQYUm2dqzis= github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 h1:SCYMcCJ89LjRGwEa0tRluNRiMjZHalQZrVrvTbPh+qw= github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7/go.mod h1:482civXOzJJCPzJ4ZOX/pwvXBWSnzD4OKMdH4ClKGbk= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200707082815-5321531c36a2 h1:Ac1OEHHkbAZ6EUnJahF0GKcU0FjPc/V8F1DvjhKngFE= diff --git a/xbox_controller/go/go.mod b/xbox_controller/go/go.mod index 7001651..5f2198f 100644 --- a/xbox_controller/go/go.mod +++ b/xbox_controller/go/go.mod @@ -3,7 +3,7 @@ module github.com/go-flutter-desktop/examples/xbox_controller/desktop go 1.12 require ( - github.com/go-flutter-desktop/go-flutter v0.41.2 + github.com/go-flutter-desktop/go-flutter v0.42.0 github.com/go-flutter-desktop/plugins/path_provider v0.4.0 github.com/go-flutter-desktop/plugins/xbox v0.0.1 github.com/pkg/errors v0.9.1