diff options
| author | Clawd <ai@clawd.bot> | 2026-02-20 19:44:46 -0800 |
|---|---|---|
| committer | Clawd <ai@clawd.bot> | 2026-02-20 19:44:46 -0800 |
| commit | 43ee8d866b759ed8f6606c2eb91cd6c2077c5446 (patch) | |
| tree | 74a6a3204c51647846fab409bb5b5ac15c291026 /go.mod | |
| parent | 84709fd67c02058334519ebee9c110f68b33d9b4 (diff) | |
| parent | ec0514cb1156e29ec14bfa0862438836ab0c55db (diff) | |
Merge embed-secp256k1: zero-dependency implementation
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 0 insertions, 8 deletions
| @@ -1,11 +1,3 @@ | |||
| 1 | module code.northwest.io/nostr | 1 | module code.northwest.io/nostr |
| 2 | 2 | ||
| 3 | go 1.25 | 3 | go 1.25 |
| 4 | |||
| 5 | require github.com/btcsuite/btcd/btcec/v2 v2.3.4 | ||
| 6 | |||
| 7 | require ( | ||
| 8 | github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect | ||
| 9 | github.com/decred/dcrd/crypto/blake256 v1.1.0 // indirect | ||
| 10 | github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect | ||
| 11 | ) | ||
