Bumps [fyne.io/fyne/v2](https://github.com/fyne-io/fyne) from 2.5.3 to 2.5.5. - [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/v2.5.3...v2.5.5) --- updated-dependencies: - dependency-name: fyne.io/fyne/v2 dependency-version: 2.5.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
11 lines
267 B
Modula-2
11 lines
267 B
Modula-2
module github.com/taiidani/hwrc-proton-launcher
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
fyne.io/fyne/v2 v2.5.5
|
|
github.com/go-text/typesetting-utils v0.0.0-20240329101916-eee87fb235a3 // indirect
|
|
github.com/mitchellh/go-ps v1.0.0
|
|
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df
|
|
)
|