Bump fyne.io/fyne/v2 from 2.6.2 to 2.7.1

Bumps [fyne.io/fyne/v2](https://github.com/fyne-io/fyne) from 2.6.2 to 2.7.1.
- [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.6.2...v2.7.1)

---
updated-dependencies:
- dependency-name: fyne.io/fyne/v2
  dependency-version: 2.7.1
  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]
2025-12-01 01:02:00 +00:00
committed by GitHub
parent eb1dd281f5
commit fe14b0d51c
2 changed files with 24 additions and 13 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/taiidani/hwrc-proton-launcher
go 1.13
require (
fyne.io/fyne/v2 v2.6.2
fyne.io/fyne/v2 v2.7.1
github.com/mitchellh/go-ps v1.0.0
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df
)