adapt to go-nostr's new methods that take just one filter (and paginator).

This commit is contained in:
fiatjaf
2025-02-13 23:09:56 -03:00
parent 95bed5d5a8
commit 17920d8aef
6 changed files with 31 additions and 90 deletions

2
go.mod
View File

@@ -17,7 +17,7 @@ require (
github.com/mailru/easyjson v0.9.0
github.com/mark3labs/mcp-go v0.8.3
github.com/markusmobius/go-dateparser v1.2.3
github.com/nbd-wtf/go-nostr v0.49.7
github.com/nbd-wtf/go-nostr v0.50.0
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8
)