File tree Expand file tree Collapse file tree 26 files changed +39
-38
lines changed
go-plugin-example/controller Expand file tree Collapse file tree 26 files changed +39
-38
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module draggable_borderless/go
3
3
go 1.18
4
4
5
5
require (
6
- github.com/go-flutter-desktop/go-flutter v0.52.1
6
+ github.com/go-flutter-desktop/go-flutter v0.52.2
7
7
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220712193148-63cf1f4ef61f
8
8
github.com/pkg/errors v0.9.1
9
9
)
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ github.com/Xuanwo/go-locale v1.1.0/go.mod h1:UKrHoZB3FPIk9wIG2/tVSobnHgNnceGSH3Y
3
3
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4
4
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
5
5
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
6
- github.com/go-flutter-desktop/go-flutter v0.52.1 h1:EiV4fpXZAACs+s5JUZ/yi1U/tGVBdpr9j+LCnyZE+NA =
7
- github.com/go-flutter-desktop/go-flutter v0.52.1 /go.mod h1:8lIXoHEAZl01qK7pKwUwf/dzF2mD0JRoaxkGoYu32k8 =
6
+ github.com/go-flutter-desktop/go-flutter v0.52.2 h1:08LdijXBSiqUcSzofrytBPpItF+zBgJ7s0sDixFhbAU =
7
+ github.com/go-flutter-desktop/go-flutter v0.52.2 /go.mod h1:8lIXoHEAZl01qK7pKwUwf/dzF2mD0JRoaxkGoYu32k8 =
8
8
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 h1:zDw5v7qm4yH7N8C8uWd+8Ii9rROdgWxQuGoJ9WDXxfk =
9
9
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 /go.mod h1:9YTyiznxEY1fVinfM7RvRcjRHbw2xLBJ3AAGIT0I4Nw =
10
10
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220712193148-63cf1f4ef61f h1:w3h343WgVLKLITcSpwecCDcq0FO8pAv6A/UG86hhFtY =
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module keyboard_event/go
3
3
go 1.18
4
4
5
5
require (
6
- github.com/go-flutter-desktop/go-flutter v0.52.1
6
+ github.com/go-flutter-desktop/go-flutter v0.52.2
7
7
github.com/pkg/errors v0.9.1
8
8
)
9
9
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ github.com/Xuanwo/go-locale v1.1.0/go.mod h1:UKrHoZB3FPIk9wIG2/tVSobnHgNnceGSH3Y
3
3
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4
4
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
5
5
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
6
- github.com/go-flutter-desktop/go-flutter v0.52.1 h1:EiV4fpXZAACs+s5JUZ/yi1U/tGVBdpr9j+LCnyZE+NA =
7
- github.com/go-flutter-desktop/go-flutter v0.52.1 /go.mod h1:8lIXoHEAZl01qK7pKwUwf/dzF2mD0JRoaxkGoYu32k8 =
6
+ github.com/go-flutter-desktop/go-flutter v0.52.2 h1:08LdijXBSiqUcSzofrytBPpItF+zBgJ7s0sDixFhbAU =
7
+ github.com/go-flutter-desktop/go-flutter v0.52.2 /go.mod h1:8lIXoHEAZl01qK7pKwUwf/dzF2mD0JRoaxkGoYu32k8 =
8
8
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 h1:zDw5v7qm4yH7N8C8uWd+8Ii9rROdgWxQuGoJ9WDXxfk =
9
9
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 /go.mod h1:9YTyiznxEY1fVinfM7RvRcjRHbw2xLBJ3AAGIT0I4Nw =
10
10
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220712193148-63cf1f4ef61f h1:w3h343WgVLKLITcSpwecCDcq0FO8pAv6A/UG86hhFtY =
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/go-flutter-desktop/plugins/go-plugin-example/battery
2
2
3
3
go 1.18
4
4
5
- require github.com/go-flutter-desktop/go-flutter v0.52.1
5
+ require github.com/go-flutter-desktop/go-flutter v0.52.2
6
6
7
7
require (
8
8
github.com/Xuanwo/go-locale v1.1.0 // indirect
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ github.com/Xuanwo/go-locale v1.1.0/go.mod h1:UKrHoZB3FPIk9wIG2/tVSobnHgNnceGSH3Y
3
3
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4
4
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
5
5
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
6
- github.com/go-flutter-desktop/go-flutter v0.52.1 h1:EiV4fpXZAACs+s5JUZ/yi1U/tGVBdpr9j+LCnyZE+NA =
7
- github.com/go-flutter-desktop/go-flutter v0.52.1 /go.mod h1:8lIXoHEAZl01qK7pKwUwf/dzF2mD0JRoaxkGoYu32k8 =
6
+ github.com/go-flutter-desktop/go-flutter v0.52.2 h1:08LdijXBSiqUcSzofrytBPpItF+zBgJ7s0sDixFhbAU =
7
+ github.com/go-flutter-desktop/go-flutter v0.52.2 /go.mod h1:8lIXoHEAZl01qK7pKwUwf/dzF2mD0JRoaxkGoYu32k8 =
8
8
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 h1:zDw5v7qm4yH7N8C8uWd+8Ii9rROdgWxQuGoJ9WDXxfk =
9
9
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 /go.mod h1:9YTyiznxEY1fVinfM7RvRcjRHbw2xLBJ3AAGIT0I4Nw =
10
10
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220712193148-63cf1f4ef61f h1:w3h343WgVLKLITcSpwecCDcq0FO8pAv6A/UG86hhFtY =
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/go-flutter-desktop/plugins/go-plugin-example/complex
2
2
3
3
go 1.18
4
4
5
- require github.com/go-flutter-desktop/go-flutter v0.52.1
5
+ require github.com/go-flutter-desktop/go-flutter v0.52.2
6
6
7
7
require (
8
8
github.com/Xuanwo/go-locale v1.1.0 // indirect
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ github.com/Xuanwo/go-locale v1.1.0/go.mod h1:UKrHoZB3FPIk9wIG2/tVSobnHgNnceGSH3Y
3
3
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4
4
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
5
5
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
6
- github.com/go-flutter-desktop/go-flutter v0.52.1 h1:EiV4fpXZAACs+s5JUZ/yi1U/tGVBdpr9j+LCnyZE+NA =
7
- github.com/go-flutter-desktop/go-flutter v0.52.1 /go.mod h1:8lIXoHEAZl01qK7pKwUwf/dzF2mD0JRoaxkGoYu32k8 =
6
+ github.com/go-flutter-desktop/go-flutter v0.52.2 h1:08LdijXBSiqUcSzofrytBPpItF+zBgJ7s0sDixFhbAU =
7
+ github.com/go-flutter-desktop/go-flutter v0.52.2 /go.mod h1:8lIXoHEAZl01qK7pKwUwf/dzF2mD0JRoaxkGoYu32k8 =
8
8
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 h1:zDw5v7qm4yH7N8C8uWd+8Ii9rROdgWxQuGoJ9WDXxfk =
9
9
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 /go.mod h1:9YTyiznxEY1fVinfM7RvRcjRHbw2xLBJ3AAGIT0I4Nw =
10
10
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220712193148-63cf1f4ef61f h1:w3h343WgVLKLITcSpwecCDcq0FO8pAv6A/UG86hhFtY =
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module plugin_tutorial/go
3
3
go 1.18
4
4
5
5
require (
6
- github.com/go-flutter-desktop/go-flutter v0.52.1
6
+ github.com/go-flutter-desktop/go-flutter v0.52.2
7
7
github.com/go-flutter-desktop/plugins/go-plugin-example/battery v0.0.0-00010101000000-000000000000
8
8
github.com/go-flutter-desktop/plugins/go-plugin-example/complex v0.0.0-00010101000000-000000000000
9
9
github.com/pkg/errors v0.9.1
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ github.com/Xuanwo/go-locale v1.1.0/go.mod h1:UKrHoZB3FPIk9wIG2/tVSobnHgNnceGSH3Y
3
3
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4
4
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
5
5
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
6
- github.com/go-flutter-desktop/go-flutter v0.52.1 h1:EiV4fpXZAACs+s5JUZ/yi1U/tGVBdpr9j+LCnyZE+NA =
7
- github.com/go-flutter-desktop/go-flutter v0.52.1 /go.mod h1:8lIXoHEAZl01qK7pKwUwf/dzF2mD0JRoaxkGoYu32k8 =
6
+ github.com/go-flutter-desktop/go-flutter v0.52.2 h1:08LdijXBSiqUcSzofrytBPpItF+zBgJ7s0sDixFhbAU =
7
+ github.com/go-flutter-desktop/go-flutter v0.52.2 /go.mod h1:8lIXoHEAZl01qK7pKwUwf/dzF2mD0JRoaxkGoYu32k8 =
8
8
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 h1:zDw5v7qm4yH7N8C8uWd+8Ii9rROdgWxQuGoJ9WDXxfk =
9
9
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 /go.mod h1:9YTyiznxEY1fVinfM7RvRcjRHbw2xLBJ3AAGIT0I4Nw =
10
10
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220712193148-63cf1f4ef61f h1:w3h343WgVLKLITcSpwecCDcq0FO8pAv6A/UG86hhFtY =
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module pointer_demo/go
3
3
go 1.18
4
4
5
5
require (
6
- github.com/go-flutter-desktop/go-flutter v0.52.1
6
+ github.com/go-flutter-desktop/go-flutter v0.52.2
7
7
github.com/pkg/errors v0.9.1
8
8
)
9
9
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ github.com/Xuanwo/go-locale v1.1.0/go.mod h1:UKrHoZB3FPIk9wIG2/tVSobnHgNnceGSH3Y
3
3
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4
4
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
5
5
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
6
- github.com/go-flutter-desktop/go-flutter v0.52.1 h1:EiV4fpXZAACs+s5JUZ/yi1U/tGVBdpr9j+LCnyZE+NA =
7
- github.com/go-flutter-desktop/go-flutter v0.52.1 /go.mod h1:8lIXoHEAZl01qK7pKwUwf/dzF2mD0JRoaxkGoYu32k8 =
6
+ github.com/go-flutter-desktop/go-flutter v0.52.2 h1:08LdijXBSiqUcSzofrytBPpItF+zBgJ7s0sDixFhbAU =
7
+ github.com/go-flutter-desktop/go-flutter v0.52.2 /go.mod h1:8lIXoHEAZl01qK7pKwUwf/dzF2mD0JRoaxkGoYu32k8 =
8
8
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 h1:zDw5v7qm4yH7N8C8uWd+8Ii9rROdgWxQuGoJ9WDXxfk =
9
9
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 /go.mod h1:9YTyiznxEY1fVinfM7RvRcjRHbw2xLBJ3AAGIT0I4Nw =
10
10
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220712193148-63cf1f4ef61f h1:w3h343WgVLKLITcSpwecCDcq0FO8pAv6A/UG86hhFtY =
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module stocks/go
3
3
go 1.18
4
4
5
5
require (
6
- github.com/go-flutter-desktop/go-flutter v0.52.1
6
+ github.com/go-flutter-desktop/go-flutter v0.52.2
7
7
github.com/pkg/errors v0.9.1
8
8
)
9
9
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ github.com/Xuanwo/go-locale v1.1.0/go.mod h1:UKrHoZB3FPIk9wIG2/tVSobnHgNnceGSH3Y
3
3
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4
4
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
5
5
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
6
- github.com/go-flutter-desktop/go-flutter v0.52.1 h1:EiV4fpXZAACs+s5JUZ/yi1U/tGVBdpr9j+LCnyZE+NA =
7
- github.com/go-flutter-desktop/go-flutter v0.52.1 /go.mod h1:8lIXoHEAZl01qK7pKwUwf/dzF2mD0JRoaxkGoYu32k8 =
6
+ github.com/go-flutter-desktop/go-flutter v0.52.2 h1:08LdijXBSiqUcSzofrytBPpItF+zBgJ7s0sDixFhbAU =
7
+ github.com/go-flutter-desktop/go-flutter v0.52.2 /go.mod h1:8lIXoHEAZl01qK7pKwUwf/dzF2mD0JRoaxkGoYu32k8 =
8
8
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 h1:zDw5v7qm4yH7N8C8uWd+8Ii9rROdgWxQuGoJ9WDXxfk =
9
9
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 /go.mod h1:9YTyiznxEY1fVinfM7RvRcjRHbw2xLBJ3AAGIT0I4Nw =
10
10
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220712193148-63cf1f4ef61f h1:w3h343WgVLKLITcSpwecCDcq0FO8pAv6A/UG86hhFtY =
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module text_demo/go
3
3
go 1.18
4
4
5
5
require (
6
- github.com/go-flutter-desktop/go-flutter v0.52.1
6
+ github.com/go-flutter-desktop/go-flutter v0.52.2
7
7
github.com/pkg/errors v0.9.1
8
8
)
9
9
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ github.com/Xuanwo/go-locale v1.1.0/go.mod h1:UKrHoZB3FPIk9wIG2/tVSobnHgNnceGSH3Y
3
3
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4
4
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
5
5
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
6
- github.com/go-flutter-desktop/go-flutter v0.52.1 h1:EiV4fpXZAACs+s5JUZ/yi1U/tGVBdpr9j+LCnyZE+NA =
7
- github.com/go-flutter-desktop/go-flutter v0.52.1 /go.mod h1:8lIXoHEAZl01qK7pKwUwf/dzF2mD0JRoaxkGoYu32k8 =
6
+ github.com/go-flutter-desktop/go-flutter v0.52.2 h1:08LdijXBSiqUcSzofrytBPpItF+zBgJ7s0sDixFhbAU =
7
+ github.com/go-flutter-desktop/go-flutter v0.52.2 /go.mod h1:8lIXoHEAZl01qK7pKwUwf/dzF2mD0JRoaxkGoYu32k8 =
8
8
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 h1:zDw5v7qm4yH7N8C8uWd+8Ii9rROdgWxQuGoJ9WDXxfk =
9
9
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 /go.mod h1:9YTyiznxEY1fVinfM7RvRcjRHbw2xLBJ3AAGIT0I4Nw =
10
10
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220712193148-63cf1f4ef61f h1:w3h343WgVLKLITcSpwecCDcq0FO8pAv6A/UG86hhFtY =
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/go-flutter-desktop/plugins/go-texture-example/example_gif
2
2
3
3
go 1.18
4
4
5
- require github.com/go-flutter-desktop/go-flutter v0.52.1
5
+ require github.com/go-flutter-desktop/go-flutter v0.52.2
6
6
7
7
require (
8
8
github.com/Xuanwo/go-locale v1.1.0 // indirect
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ github.com/Xuanwo/go-locale v1.1.0/go.mod h1:UKrHoZB3FPIk9wIG2/tVSobnHgNnceGSH3Y
3
3
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4
4
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
5
5
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
6
- github.com/go-flutter-desktop/go-flutter v0.52.1 h1:EiV4fpXZAACs+s5JUZ/yi1U/tGVBdpr9j+LCnyZE+NA =
7
- github.com/go-flutter-desktop/go-flutter v0.52.1 /go.mod h1:8lIXoHEAZl01qK7pKwUwf/dzF2mD0JRoaxkGoYu32k8 =
6
+ github.com/go-flutter-desktop/go-flutter v0.52.2 h1:08LdijXBSiqUcSzofrytBPpItF+zBgJ7s0sDixFhbAU =
7
+ github.com/go-flutter-desktop/go-flutter v0.52.2 /go.mod h1:8lIXoHEAZl01qK7pKwUwf/dzF2mD0JRoaxkGoYu32k8 =
8
8
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 h1:zDw5v7qm4yH7N8C8uWd+8Ii9rROdgWxQuGoJ9WDXxfk =
9
9
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 /go.mod h1:9YTyiznxEY1fVinfM7RvRcjRHbw2xLBJ3AAGIT0I4Nw =
10
10
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220712193148-63cf1f4ef61f h1:w3h343WgVLKLITcSpwecCDcq0FO8pAv6A/UG86hhFtY =
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/go-flutter-desktop/plugins/go-texture-example/example_image
2
2
3
3
go 1.18
4
4
5
- require github.com/go-flutter-desktop/go-flutter v0.52.1
5
+ require github.com/go-flutter-desktop/go-flutter v0.52.2
6
6
7
7
require (
8
8
github.com/Xuanwo/go-locale v1.1.0 // indirect
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ github.com/Xuanwo/go-locale v1.1.0/go.mod h1:UKrHoZB3FPIk9wIG2/tVSobnHgNnceGSH3Y
3
3
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4
4
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
5
5
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
6
- github.com/go-flutter-desktop/go-flutter v0.52.1 h1:EiV4fpXZAACs+s5JUZ/yi1U/tGVBdpr9j+LCnyZE+NA =
7
- github.com/go-flutter-desktop/go-flutter v0.52.1 /go.mod h1:8lIXoHEAZl01qK7pKwUwf/dzF2mD0JRoaxkGoYu32k8 =
6
+ github.com/go-flutter-desktop/go-flutter v0.52.2 h1:08LdijXBSiqUcSzofrytBPpItF+zBgJ7s0sDixFhbAU =
7
+ github.com/go-flutter-desktop/go-flutter v0.52.2 /go.mod h1:8lIXoHEAZl01qK7pKwUwf/dzF2mD0JRoaxkGoYu32k8 =
8
8
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 h1:zDw5v7qm4yH7N8C8uWd+8Ii9rROdgWxQuGoJ9WDXxfk =
9
9
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 /go.mod h1:9YTyiznxEY1fVinfM7RvRcjRHbw2xLBJ3AAGIT0I4Nw =
10
10
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220712193148-63cf1f4ef61f h1:w3h343WgVLKLITcSpwecCDcq0FO8pAv6A/UG86hhFtY =
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module texture_tutorial/go
3
3
go 1.18
4
4
5
5
require (
6
- github.com/go-flutter-desktop/go-flutter v0.52.1
6
+ github.com/go-flutter-desktop/go-flutter v0.52.2
7
7
github.com/go-flutter-desktop/plugins/go-texture-example/example_gif v0.0.0-00010101000000-000000000000
8
8
github.com/go-flutter-desktop/plugins/go-texture-example/example_image v0.0.0-00010101000000-000000000000
9
9
github.com/pkg/errors v0.9.1
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ github.com/Xuanwo/go-locale v1.1.0/go.mod h1:UKrHoZB3FPIk9wIG2/tVSobnHgNnceGSH3Y
3
3
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4
4
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
5
5
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
6
- github.com/go-flutter-desktop/go-flutter v0.52.1 h1:EiV4fpXZAACs+s5JUZ/yi1U/tGVBdpr9j+LCnyZE+NA =
7
- github.com/go-flutter-desktop/go-flutter v0.52.1 /go.mod h1:8lIXoHEAZl01qK7pKwUwf/dzF2mD0JRoaxkGoYu32k8 =
6
+ github.com/go-flutter-desktop/go-flutter v0.52.2 h1:08LdijXBSiqUcSzofrytBPpItF+zBgJ7s0sDixFhbAU =
7
+ github.com/go-flutter-desktop/go-flutter v0.52.2 /go.mod h1:8lIXoHEAZl01qK7pKwUwf/dzF2mD0JRoaxkGoYu32k8 =
8
8
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 h1:zDw5v7qm4yH7N8C8uWd+8Ii9rROdgWxQuGoJ9WDXxfk =
9
9
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 /go.mod h1:9YTyiznxEY1fVinfM7RvRcjRHbw2xLBJ3AAGIT0I4Nw =
10
10
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220712193148-63cf1f4ef61f h1:w3h343WgVLKLITcSpwecCDcq0FO8pAv6A/UG86hhFtY =
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/go-flutter-desktop/plugins/xbox
3
3
go 1.18
4
4
5
5
require (
6
- github.com/go-flutter-desktop/go-flutter v0.52.1
6
+ github.com/go-flutter-desktop/go-flutter v0.52.2
7
7
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220712193148-63cf1f4ef61f
8
8
)
9
9
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ github.com/Xuanwo/go-locale v1.1.0/go.mod h1:UKrHoZB3FPIk9wIG2/tVSobnHgNnceGSH3Y
3
3
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4
4
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
5
5
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
6
- github.com/go-flutter-desktop/go-flutter v0.52.1 h1:EiV4fpXZAACs+s5JUZ/yi1U/tGVBdpr9j+LCnyZE+NA =
7
- github.com/go-flutter-desktop/go-flutter v0.52.1 /go.mod h1:8lIXoHEAZl01qK7pKwUwf/dzF2mD0JRoaxkGoYu32k8 =
6
+ github.com/go-flutter-desktop/go-flutter v0.52.2 h1:08LdijXBSiqUcSzofrytBPpItF+zBgJ7s0sDixFhbAU =
7
+ github.com/go-flutter-desktop/go-flutter v0.52.2 /go.mod h1:8lIXoHEAZl01qK7pKwUwf/dzF2mD0JRoaxkGoYu32k8 =
8
8
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 h1:zDw5v7qm4yH7N8C8uWd+8Ii9rROdgWxQuGoJ9WDXxfk =
9
9
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 /go.mod h1:9YTyiznxEY1fVinfM7RvRcjRHbw2xLBJ3AAGIT0I4Nw =
10
10
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220712193148-63cf1f4ef61f h1:w3h343WgVLKLITcSpwecCDcq0FO8pAv6A/UG86hhFtY =
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module xbox_controller/go
3
3
go 1.18
4
4
5
5
require (
6
- github.com/go-flutter-desktop/go-flutter v0.52.1
6
+ github.com/go-flutter-desktop/go-flutter v0.52.2
7
7
github.com/go-flutter-desktop/plugins/path_provider v0.5.0
8
8
github.com/go-flutter-desktop/plugins/xbox v0.0.0-00010101000000-000000000000
9
9
github.com/pkg/errors v0.9.1
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ github.com/adrg/xdg v0.4.0/go.mod h1:N6ag73EX4wyxeaoeHctc1mas01KZgsj5tYiAIwqJE/E
5
5
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
6
6
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
7
7
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
8
- github.com/go-flutter-desktop/go-flutter v0.52.1 h1:EiV4fpXZAACs+s5JUZ/yi1U/tGVBdpr9j+LCnyZE+NA =
9
8
github.com/go-flutter-desktop/go-flutter v0.52.1 /go.mod h1:8lIXoHEAZl01qK7pKwUwf/dzF2mD0JRoaxkGoYu32k8 =
9
+ github.com/go-flutter-desktop/go-flutter v0.52.2 h1:08LdijXBSiqUcSzofrytBPpItF+zBgJ7s0sDixFhbAU =
10
+ github.com/go-flutter-desktop/go-flutter v0.52.2 /go.mod h1:8lIXoHEAZl01qK7pKwUwf/dzF2mD0JRoaxkGoYu32k8 =
10
11
github.com/go-flutter-desktop/plugins/path_provider v0.5.0 h1:5Rcq05GUsi8HssKQ6S7wPzLzRg455UymCPRMve0uz7s =
11
12
github.com/go-flutter-desktop/plugins/path_provider v0.5.0 /go.mod h1:x1kDFgkxLKR0Xp51zJPX3G8+B0y87EBaZB3/WzKIilo =
12
13
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 h1:zDw5v7qm4yH7N8C8uWd+8Ii9rROdgWxQuGoJ9WDXxfk =
You can’t perform that action at this time.
0 commit comments