update go-nostr so we always encrypt nip46 messages with nip44.

This commit is contained in:
fiatjaf
2024-10-30 10:38:59 -03:00
parent 40892c1228
commit 71b106fd45
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -13,7 +13,7 @@ require (
github.com/fiatjaf/khatru v0.7.5
github.com/mailru/easyjson v0.7.7
github.com/markusmobius/go-dateparser v1.2.3
github.com/nbd-wtf/go-nostr v0.40.1
github.com/nbd-wtf/go-nostr v0.41.0
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
)