Skip to content

Commit 7b226aa

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update module go-flutter-desktop/go-flutter to v0.29.2
1 parent fd4a4fe commit 7b226aa

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

image_picker/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/go-flutter-desktop/plugins/image_picker
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
)

path_provider/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/go-flutter-desktop/plugins/path_provider
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
github.com/stretchr/testify v1.4.0 // indirect
99
)

shared_preferences/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/go-flutter-desktop/plugins/shared_preferences
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/mitchellh/go-homedir v1.1.0
88
github.com/pkg/errors v0.8.1
99
github.com/syndtr/goleveldb v1.0.0

url_launcher/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/go-flutter-desktop/plugins/url_launcher
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
)

video_player/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ go 1.12
44

55
require (
66
github.com/3d0c/gmf v0.0.0-20190724130615-f4b5acb7db5c
7-
github.com/go-flutter-desktop/go-flutter v0.29.0
7+
github.com/go-flutter-desktop/go-flutter v0.29.2
88
)

0 commit comments

Comments
 (0)