mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-18 04:34:19 +01:00
16 lines
367 B
Modula-2
16 lines
367 B
Modula-2
module github.com/ark-network/ark/common
|
|
|
|
go 1.21.0
|
|
|
|
require (
|
|
github.com/btcsuite/btcd/btcutil v1.1.3
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
)
|