Update to match current oasisSdk version, fix bookmarks, update deps, and introduce a new bug

This commit is contained in:
2025-09-27 09:45:53 +01:00
parent f4d3f76841
commit 3f157d06c7
3 changed files with 58 additions and 33 deletions

6
go.mod
View File

@@ -1,15 +1,15 @@
module pi-im
go 1.24.6
go 1.25.1
require (
fyne.io/fyne/v2 v2.6.3
fyne.io/x/fyne v0.0.0-20250827163406-39fd826f385e
fyne.io/x/fyne v0.0.0-20250910205345-ecc79984d005
github.com/makeworld-the-better-one/go-isemoji v1.3.0
github.com/rrivera/identicon v0.0.0-20240116195454-d5ba35832c0d
github.com/shreve/musicwand v0.0.1
mellium.im/xmpp v0.22.0
pain.agency/oasis-sdk v0.0.0-20250831105702-85385dca3a95
pain.agency/oasis-sdk v0.0.0-20250918002549-5a45c8afedcd
)
require (