update go-nostr.

This commit is contained in:
fiatjaf
2023-11-19 07:20:52 -03:00
parent 15217f2466
commit 082be94614
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -7,7 +7,7 @@ toolchain go1.21.0
require (
github.com/bgentry/speakeasy v0.1.0
github.com/mailru/easyjson v0.7.7
github.com/nbd-wtf/go-nostr v0.25.3
github.com/nbd-wtf/go-nostr v0.25.7
github.com/nbd-wtf/nostr-sdk v0.0.2
github.com/urfave/cli/v2 v2.25.3
)