update go-nostr to solve some websocket things like a stupid limit to the websocket message.

This commit is contained in:
fiatjaf
2025-01-18 15:45:08 -03:00
parent df20a3241a
commit a3ef9b45de
2 changed files with 9 additions and 9 deletions

6
go.mod
View File

@@ -12,9 +12,9 @@ require (
github.com/fiatjaf/eventstore v0.14.2
github.com/fiatjaf/khatru v0.14.0
github.com/json-iterator/go v1.1.12
github.com/mailru/easyjson v0.7.7
github.com/mailru/easyjson v0.9.0
github.com/markusmobius/go-dateparser v1.2.3
github.com/nbd-wtf/go-nostr v0.47.0
github.com/nbd-wtf/go-nostr v0.47.3
)
require (
@@ -54,7 +54,7 @@ require (
github.com/valyala/fasthttp v1.51.0 // indirect
github.com/wasilibs/go-re2 v1.3.0 // indirect
golang.org/x/crypto v0.32.0 // indirect
golang.org/x/exp v0.0.0-20241204233417-43b7b7cde48d // indirect
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect