mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-18 12:44:19 +01:00
29 lines
870 B
Modula-2
29 lines
870 B
Modula-2
module github.com/ark-network/ark/common
|
|
|
|
go 1.22.2
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.24.2
|
|
github.com/btcsuite/btcd/btcec/v2 v2.3.3
|
|
github.com/btcsuite/btcd/btcutil v1.1.5
|
|
github.com/btcsuite/btcd/btcutil/psbt v1.1.9
|
|
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0
|
|
github.com/stretchr/testify v1.9.0
|
|
)
|
|
|
|
require (
|
|
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect
|
|
github.com/decred/dcrd/crypto/blake256 v1.0.1 // indirect
|
|
github.com/vulpemventures/fastsha256 v0.0.0-20160815193821-637e65642941 // indirect
|
|
golang.org/x/crypto v0.25.0 // indirect
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/vulpemventures/go-elements v0.5.2
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|