Skip to content

Commit 16fbd91

Browse files
authored
Merge pull request #14 from go-flutter-desktop/renovate/github.com-go-flutter-desktop-go-flutter-0.x
chore(deps): update module go-flutter-desktop/go-flutter to v0.27.0
2 parents 3f6b32f + 50b352b commit 16fbd91

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.26.0
6+
github.com/go-flutter-desktop/go-flutter v0.27.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.26.0
6+
github.com/go-flutter-desktop/go-flutter v0.27.0
77
github.com/pkg/errors v0.8.1
88
github.com/stretchr/testify v1.3.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.26.0
6+
github.com/go-flutter-desktop/go-flutter v0.27.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.24.1
6+
github.com/go-flutter-desktop/go-flutter v0.27.0
77
github.com/pkg/errors v0.8.1
88
)

0 commit comments

Comments
 (0)