add pdf command, show block time in verify command

This commit is contained in:
2025-04-11 13:57:38 +02:00
parent 03f30f1968
commit 7d577f383e
6 changed files with 401 additions and 1 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ go 1.24.2
require (
github.com/btcsuite/btcd v0.24.2
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0
github.com/jung-kurt/gofpdf v1.16.2
github.com/spf13/cobra v1.9.1
github.com/stretchr/testify v1.10.0
golang.org/x/crypto v0.36.0