update go-nostr.

This commit is contained in:
fiatjaf
2023-12-01 13:22:04 -03:00
parent d9d36e7619
commit 5657fdc6a7
2 changed files with 4 additions and 6 deletions

4
go.mod
View File

@@ -7,9 +7,10 @@ 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.7
github.com/nbd-wtf/go-nostr v0.26.1
github.com/nbd-wtf/nostr-sdk v0.0.2
github.com/urfave/cli/v2 v2.25.3
golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53
)
require (
@@ -35,6 +36,5 @@ require (
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53 // indirect
golang.org/x/sys v0.8.0 // indirect
)