update nostrlib to fix decoding of "note1".

fixes https://github.com/fiatjaf/nak/issues/99
This commit is contained in:
fiatjaf
2026-01-26 23:45:09 -03:00
parent 5320feee4f
commit c0bbf73961
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/fiatjaf/nak
go 1.25
require (
fiatjaf.com/nostr v0.0.0-20260122014616-241959d1e3f4
fiatjaf.com/nostr v0.0.0-20260126202222-ca3730e50817
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/bep/debounce v1.2.1
github.com/btcsuite/btcd/btcec/v2 v2.3.6