mirror of
https://github.com/fiatjaf/nak.git
synced 2026-06-06 02:31:14 +02:00
verify: debug mode (-vv) prints useful info about event serialization.
This commit is contained in:
4
go.mod
4
go.mod
@@ -3,7 +3,7 @@ module github.com/fiatjaf/nak
|
||||
go 1.25
|
||||
|
||||
require (
|
||||
fiatjaf.com/nostr v0.0.0-20260419231400-94ea4328184f
|
||||
fiatjaf.com/nostr v0.0.0-20260424011647-744fb0702ced
|
||||
github.com/AlecAivazis/survey/v2 v2.3.7
|
||||
github.com/bep/debounce v1.2.1
|
||||
github.com/btcsuite/btcd/btcec/v2 v2.3.6
|
||||
@@ -111,5 +111,3 @@ require (
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
rsc.io/qr v0.2.0 // indirect
|
||||
)
|
||||
|
||||
replace fiatjaf.com/nostr => ../nostrlib
|
||||
|
||||
Reference in New Issue
Block a user