Bump fyne.io/fyne/v2 from 2.3.5 to 2.4.2

Bumps [fyne.io/fyne/v2](https://github.com/fyne-io/fyne) from 2.3.5 to 2.4.2.
- [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.3.5...v2.4.2)

---
updated-dependencies:
- dependency-name: fyne.io/fyne/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-12-01 01:59:04 +00:00
committed by GitHub
parent 36317bfa42
commit 6213b7fa90
2 changed files with 84 additions and 29 deletions

4
go.mod
View File

@@ -3,7 +3,9 @@ module github.com/taiidani/hwrc-proton-launcher
go 1.13
require (
fyne.io/fyne/v2 v2.3.5
fyne.io/fyne/v2 v2.4.2
github.com/mitchellh/go-ps v1.0.0
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)