File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ module github.com/go-flutter-desktop/plugins/image_picker
3
3
go 1.12
4
4
5
5
require (
6
- github.com/go-flutter-desktop/go-flutter v0.28 .0
6
+ github.com/go-flutter-desktop/go-flutter v0.29 .0
7
7
github.com/pkg/errors v0.8.1
8
8
)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/go-flutter-desktop/plugins/path_provider
3
3
go 1.12
4
4
5
5
require (
6
- github.com/go-flutter-desktop/go-flutter v0.28 .0
6
+ github.com/go-flutter-desktop/go-flutter v0.29 .0
7
7
github.com/pkg/errors v0.8.1
8
8
github.com/stretchr/testify v1.4.0 // indirect
9
9
)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/go-flutter-desktop/plugins/shared_preferences
3
3
go 1.12
4
4
5
5
require (
6
- github.com/go-flutter-desktop/go-flutter v0.28 .0
6
+ github.com/go-flutter-desktop/go-flutter v0.29 .0
7
7
github.com/mitchellh/go-homedir v1.1.0
8
8
github.com/pkg/errors v0.8.1
9
9
github.com/syndtr/goleveldb v1.0.0
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ module github.com/go-flutter-desktop/plugins/url_launcher
3
3
go 1.12
4
4
5
5
require (
6
- github.com/go-flutter-desktop/go-flutter v0.28 .0
6
+ github.com/go-flutter-desktop/go-flutter v0.29 .0
7
7
github.com/pkg/errors v0.8.1
8
8
)
You can’t perform that action at this time.
0 commit comments