bunker improvements.

This commit is contained in:
fiatjaf
2024-03-02 08:18:40 -03:00
parent ffe2db7f96
commit 34c189af28
4 changed files with 30 additions and 22 deletions

3
go.mod
View File

@@ -8,7 +8,7 @@ require (
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/fatih/color v1.16.0
github.com/mailru/easyjson v0.7.7
github.com/nbd-wtf/go-nostr v0.28.6
github.com/nbd-wtf/go-nostr v0.29.0
github.com/nbd-wtf/nostr-sdk v0.0.5
github.com/urfave/cli/v2 v2.25.7
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
@@ -38,4 +38,5 @@ require (
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/text v0.8.0 // indirect
)