update go-nostr for OK-related security fix.

This commit is contained in:
fiatjaf
2023-06-26 21:05:01 -03:00
parent 2b2018b742
commit 194e94ec9a
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.20
require (
github.com/nbd-wtf/go-nostr v0.18.7
github.com/nbd-wtf/go-nostr v0.19.1
github.com/urfave/cli/v2 v2.25.3
)