Skip to content

Commit

Permalink
Update for required Fyne version
Browse files Browse the repository at this point in the history
Fixes #33
  • Loading branch information
andydotxyz committed Nov 15, 2024
1 parent 0ff7dff commit d085077
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/fyne-io/defyne
go 1.19

require (
fyne.io/fyne/v2 v2.5.2
fyne.io/fyne/v2 v2.5.3-0.20241106170711-85063d51a54c
fyne.io/setup v0.0.0-20230325225027-e5de4a66c608
fyne.io/x/fyne v0.0.0-20211027195715-357fb402507f
github.com/fyne-io/terminal v0.0.0-20211022214227-ef292b54d29a
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ fyne.io/fyne/v2 v2.1.1/go.mod h1:c1vwI38Ebd0dAdxVa6H1Pj6/+cK1xtDy61+I31g+s14=
fyne.io/fyne/v2 v2.3.1/go.mod h1:dl/M+f0r5lJRhy+gdPbmYy97tbu3SWF/RF6/9KXMs+s=
fyne.io/fyne/v2 v2.5.2 h1:eSyGTmSkv10yAdAeHpDet6u2KkKxOGFc14kQu81We7Q=
fyne.io/fyne/v2 v2.5.2/go.mod h1:26gqPDvtaxHeyct+C0BBjuGd2zwAJlPkUGSBrb+d7Ug=
fyne.io/fyne/v2 v2.5.3-0.20241106170711-85063d51a54c h1:P8ESNPV4X/BAj3NTdLaHvxWlghVKbJg/0MraD9C9RQA=
fyne.io/fyne/v2 v2.5.3-0.20241106170711-85063d51a54c/go.mod h1:26gqPDvtaxHeyct+C0BBjuGd2zwAJlPkUGSBrb+d7Ug=
fyne.io/setup v0.0.0-20230325225027-e5de4a66c608 h1:CVDhe3X9mt7sWqSJe9OzdZ19twiVk/uPWRVZCrwshcY=
fyne.io/setup v0.0.0-20230325225027-e5de4a66c608/go.mod h1:/Rt9mfVH85WJGbZID+rwOtNj+tul+wSZfz9KtE/Y9TA=
fyne.io/systray v1.10.1-0.20230207085535-4a244dbb9d03/go.mod h1:oM2AQqGJ1AMo4nNqZFYU8xYygSBZkW2hmdJ7n4yjedE=
Expand Down

0 comments on commit d085077

Please sign in to comment.