/ go.mod
go.mod
1 module github.com/status-im/extkeys 2 3 go 1.23.0 4 5 toolchain go1.23.11 6 7 require ( 8 github.com/btcsuite/btcd v0.24.2 9 github.com/btcsuite/btcd/btcutil v1.1.6 10 github.com/ethereum/go-ethereum v1.16.3 11 golang.org/x/crypto v0.36.0 12 golang.org/x/text v0.23.0 13 ) 14 15 require ( 16 github.com/btcsuite/btcd/btcec/v2 v2.3.5 17 github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 18 ) 19 20 require ( 21 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect 22 github.com/holiman/uint256 v1.3.2 // indirect 23 golang.org/x/sys v0.31.0 // indirect 24 )