Skip to content

Commit

Permalink
update golang version in go.mod-s
Browse files Browse the repository at this point in the history
  • Loading branch information
pchampio committed Nov 3, 2019
1 parent 24fd45b commit 7bdbecd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion image_picker/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/go-flutter-desktop/plugins/image_picker

go 1.12
go 1.13

require (
github.com/go-flutter-desktop/go-flutter v0.30.0
Expand Down
2 changes: 1 addition & 1 deletion package_info/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/go-flutter-desktop/plugins/package_info

go 1.12
go 1.13

require github.com/go-flutter-desktop/go-flutter v0.30.0
2 changes: 1 addition & 1 deletion path_provider/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/go-flutter-desktop/plugins/path_provider

go 1.12
go 1.13

require (
github.com/go-flutter-desktop/go-flutter v0.30.0
Expand Down
2 changes: 1 addition & 1 deletion shared_preferences/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/go-flutter-desktop/plugins/shared_preferences

go 1.12
go 1.13

require (
github.com/go-flutter-desktop/go-flutter v0.30.0
Expand Down
2 changes: 1 addition & 1 deletion url_launcher/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/go-flutter-desktop/plugins/url_launcher

go 1.12
go 1.13

require (
github.com/go-flutter-desktop/go-flutter v0.30.0
Expand Down
2 changes: 1 addition & 1 deletion video_player/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/go-flutter-desktop/plugins/video_player

go 1.12
go 1.13

require (
github.com/3d0c/gmf v0.0.0-20190724130615-f4b5acb7db5c
Expand Down

0 comments on commit 7bdbecd

Please sign in to comment.