Skip to content

Commit fd4a4fe

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update module go-flutter-desktop/go-flutter to v0.29.0
1 parent 2ec2cfb commit fd4a4fe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.28.0
6+
github.com/go-flutter-desktop/go-flutter v0.29.0
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.28.0
6+
github.com/go-flutter-desktop/go-flutter v0.29.0
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.28.0
6+
github.com/go-flutter-desktop/go-flutter v0.29.0
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.28.0
6+
github.com/go-flutter-desktop/go-flutter v0.29.0
77
github.com/pkg/errors v0.8.1
88
)

0 commit comments

Comments
 (0)