Files
GitJournal/go/go.mod
Vishesh Handa 453fac784d Add hover code
This way the app can be built for desktop platforms. There is still a
lot of work to do in order to get it to work, but this is a start.

Related to #137
2020-05-31 09:07:29 +02:00

14 lines
475 B
Modula-2

module github.com/GitJournal/GitJournal/go
go 1.13
require (
github.com/go-flutter-desktop/go-flutter v0.41.0
github.com/go-flutter-desktop/plugins/image_picker v0.1.5
github.com/go-flutter-desktop/plugins/package_info v0.0.0-20200525155813-01ec2ef9f118
github.com/go-flutter-desktop/plugins/path_provider v0.4.0
github.com/go-flutter-desktop/plugins/shared_preferences v0.4.3
github.com/go-flutter-desktop/plugins/url_launcher v0.1.2
github.com/pkg/errors v0.9.1
)