mirror of
https://github.com/btcsuite/btcd.git
synced 2024-11-19 09:50:08 +01:00
15 lines
454 B
Modula-2
15 lines
454 B
Modula-2
module github.com/btcsuite/btcd/btcutil
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/aead/siphash v1.0.1
|
|
github.com/btcsuite/btcd v0.23.5-0.20231215221805-96c9fd8078fd
|
|
github.com/btcsuite/btcd/btcec/v2 v2.1.3
|
|
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1
|
|
github.com/kkdai/bstream v0.0.0-20161212061736-f391b8402d23
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
)
|