update go-nostr because parallel work generation was broken.

This commit is contained in:
fiatjaf
2024-08-21 17:09:14 -03:00
parent cfdea699bc
commit b3ef2c1289
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -15,7 +15,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.34.9
github.com/nbd-wtf/go-nostr v0.34.10
github.com/nbd-wtf/nostr-sdk v0.5.0
golang.org/x/exp v0.0.0-20240707233637-46b078467d37
)