Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a727471

Browse files
chore(deps): update module go-flutter-desktop/go-flutter to v0.29.2
1 parent 816b344 commit a727471

File tree

18 files changed

+32
-31
lines changed

18 files changed

+32
-31
lines changed

‎draggable_borderless/go/go.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/go-flutter-desktop/examples/draggable_borderless/desktop
33
go 1.12
44

55
require (
6-
github.com/go-flutter-desktop/go-flutter v0.29.0
6+
github.com/go-flutter-desktop/go-flutter v0.29.2
77
github.com/go-gl/glfw v0.0.0-20190519095719-e6da0acd62b1
88
github.com/pkg/errors v0.8.1
99
)

‎draggable_borderless/go/go.sum‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
22
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
33
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
4-
github.com/go-flutter-desktop/go-flutter v0.29.0 h1:PONS1I6HN64tsBViWSnI/DMUCs2Oth37Gg1eDkGri0g=
5-
github.com/go-flutter-desktop/go-flutter v0.29.0/go.mod h1:jOq/jZc4gZCibc661M7R5nDVc9/mv2dDMpWsyNaVuGY=
4+
github.com/go-flutter-desktop/go-flutter v0.29.2 h1:kzxZRkFb5Q0WOD+aAWVdKTWfM7iSbu7P9JTnOn6wccA=
5+
github.com/go-flutter-desktop/go-flutter v0.29.2/go.mod h1:NCryd/AqiRbYSd8pMzQldYkgH1tZIFGt2ToUghZcWGA=
66
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 h1:SCYMcCJ89LjRGwEa0tRluNRiMjZHalQZrVrvTbPh+qw=
77
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7/go.mod h1:482civXOzJJCPzJ4ZOX/pwvXBWSnzD4OKMdH4ClKGbk=
8+
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
89
github.com/go-gl/glfw v0.0.0-20190519095719-e6da0acd62b1 h1:noz9OnjV5PMOZWNOI+y1cS5rnxuJfpY6leIgQEEdBQw=
910
github.com/go-gl/glfw v0.0.0-20190519095719-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
1011
github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I=

‎keyboard_event/go/go.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/go-flutter-desktop/examples/pointer_demo/desktop
33
go 1.12
44

55
require (
6-
github.com/go-flutter-desktop/go-flutter v0.29.0
6+
github.com/go-flutter-desktop/go-flutter v0.29.2
77
github.com/pkg/errors v0.8.1
88
)

‎keyboard_event/go/go.sum‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
22
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
33
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
4-
github.com/go-flutter-desktop/go-flutter v0.29.0 h1:PONS1I6HN64tsBViWSnI/DMUCs2Oth37Gg1eDkGri0g=
5-
github.com/go-flutter-desktop/go-flutter v0.29.0/go.mod h1:jOq/jZc4gZCibc661M7R5nDVc9/mv2dDMpWsyNaVuGY=
4+
github.com/go-flutter-desktop/go-flutter v0.29.2 h1:kzxZRkFb5Q0WOD+aAWVdKTWfM7iSbu7P9JTnOn6wccA=
5+
github.com/go-flutter-desktop/go-flutter v0.29.2/go.mod h1:NCryd/AqiRbYSd8pMzQldYkgH1tZIFGt2ToUghZcWGA=
66
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 h1:SCYMcCJ89LjRGwEa0tRluNRiMjZHalQZrVrvTbPh+qw=
77
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7/go.mod h1:482civXOzJJCPzJ4ZOX/pwvXBWSnzD4OKMdH4ClKGbk=
8-
github.com/go-gl/glfw v0.0.0-20190519095719-e6da0acd62b1 h1:noz9OnjV5PMOZWNOI+y1cS5rnxuJfpY6leIgQEEdBQw=
9-
github.com/go-gl/glfw v0.0.0-20190519095719-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
8+
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1 h1:QbL/5oDUmRBzO9/Z7Seo6zf912W/a6Sr4Eu0G/3Jho0=
9+
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
1010
github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I=
1111
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
1212
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

‎mousebuttons/go/go.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/go-flutter-desktop/examples/mousebuttons/desktop
33
go 1.12
44

55
require (
6-
github.com/go-flutter-desktop/go-flutter v0.29.0
6+
github.com/go-flutter-desktop/go-flutter v0.29.2
77
github.com/pkg/errors v0.8.1
88
)

‎mousebuttons/go/go.sum‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
22
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
33
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
4-
github.com/go-flutter-desktop/go-flutter v0.29.0 h1:PONS1I6HN64tsBViWSnI/DMUCs2Oth37Gg1eDkGri0g=
5-
github.com/go-flutter-desktop/go-flutter v0.29.0/go.mod h1:jOq/jZc4gZCibc661M7R5nDVc9/mv2dDMpWsyNaVuGY=
4+
github.com/go-flutter-desktop/go-flutter v0.29.2 h1:kzxZRkFb5Q0WOD+aAWVdKTWfM7iSbu7P9JTnOn6wccA=
5+
github.com/go-flutter-desktop/go-flutter v0.29.2/go.mod h1:NCryd/AqiRbYSd8pMzQldYkgH1tZIFGt2ToUghZcWGA=
66
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 h1:SCYMcCJ89LjRGwEa0tRluNRiMjZHalQZrVrvTbPh+qw=
77
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7/go.mod h1:482civXOzJJCPzJ4ZOX/pwvXBWSnzD4OKMdH4ClKGbk=
8-
github.com/go-gl/glfw v0.0.0-20190519095719-e6da0acd62b1 h1:noz9OnjV5PMOZWNOI+y1cS5rnxuJfpY6leIgQEEdBQw=
9-
github.com/go-gl/glfw v0.0.0-20190519095719-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
8+
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1 h1:QbL/5oDUmRBzO9/Z7Seo6zf912W/a6Sr4Eu0G/3Jho0=
9+
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
1010
github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I=
1111
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
1212
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

‎plugin_tutorial/go-plugin-example/battery/go.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/go-flutter-desktop/plugins/go-plugin-example/battery
22

33
go 1.12
44

5-
require github.com/go-flutter-desktop/go-flutter v0.29.0
5+
require github.com/go-flutter-desktop/go-flutter v0.29.2

‎plugin_tutorial/go-plugin-example/complex/go.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/go-flutter-desktop/plugins/go-plugin-example/complex
22

33
go 1.12
44

5-
require github.com/go-flutter-desktop/go-flutter v0.29.0
5+
require github.com/go-flutter-desktop/go-flutter v0.29.2

‎plugin_tutorial/go/go.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/go-flutter-desktop/examples/plugin_tutorial/desktop
33
go 1.12
44

55
require (
6-
github.com/go-flutter-desktop/go-flutter v0.29.0
6+
github.com/go-flutter-desktop/go-flutter v0.29.2
77
github.com/go-flutter-desktop/plugins/go-plugin-example/battery v0.0.1
88
github.com/go-flutter-desktop/plugins/go-plugin-example/complex v0.0.1
99
github.com/pkg/errors v0.8.1

‎pointer_demo/go/go.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/go-flutter-desktop/examples/pointer_demo/desktop
33
go 1.12
44

55
require (
6-
github.com/go-flutter-desktop/go-flutter v0.29.0
6+
github.com/go-flutter-desktop/go-flutter v0.29.2
77
github.com/pkg/errors v0.8.1
88
)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /