Bump fyne.io/fyne/v2 from 2.5.1 to 2.5.2

Bumps [fyne.io/fyne/v2](https://github.com/fyne-io/fyne) from 2.5.1 to 2.5.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.5.1...v2.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-11-01 01:54:43 +00:00
committed by GitHub
parent c89c5b0155
commit 431a81dd04
2 changed files with 9 additions and 8 deletions

3
go.mod
View File

@@ -3,7 +3,8 @@ module github.com/taiidani/hwrc-proton-launcher
go 1.13
require (
fyne.io/fyne/v2 v2.5.1
fyne.io/fyne/v2 v2.5.2
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
)