Bumps [fyne.io/fyne](https://github.com/fyne-io/fyne) from 1.2.3 to 1.4.3. - [Release notes](https://github.com/fyne-io/fyne/releases) - [Changelog](https://github.com/fyne-io/fyne/blob/master/CHANGELOG.md) - [Commits](https://github.com/fyne-io/fyne/compare/v1.2.3...v1.4.3) Signed-off-by: dependabot[bot] <support@github.com>
10 lines
161 B
Modula-2
10 lines
161 B
Modula-2
module github.com/taiidani/hwrc-proton-launcher
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
fyne.io/fyne v1.4.3
|
|
github.com/mitchellh/go-ps v1.0.0
|
|
github.com/sirupsen/logrus v1.7.0
|
|
)
|