wallet --stream

This commit is contained in:
fiatjaf
2025-08-29 16:24:58 -03:00
parent 6f0e777324
commit 88031c888b
3 changed files with 35 additions and 3 deletions

4
go.mod
View File

@@ -4,7 +4,7 @@ go 1.24.1
require (
fiatjaf.com/lib v0.3.1
fiatjaf.com/nostr v0.0.0-20250818235102-c8d5aa703fab
fiatjaf.com/nostr v0.0.0-20250829192328-aa321f6e7f10
github.com/bep/debounce v1.2.1
github.com/btcsuite/btcd/btcec/v2 v2.3.5
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
@@ -21,7 +21,7 @@ require (
github.com/mdp/qrterminal/v3 v3.2.1
github.com/stretchr/testify v1.10.0
github.com/urfave/cli/v3 v3.0.0-beta1
golang.org/x/exp v0.0.0-20250813145105-42675adae3e6
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b
golang.org/x/term v0.32.0
)