mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-09-13 14:48:20 +08:00

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
14 lines
475 B
Modula-2
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
|
|
)
|