mirror of
https://github.com/aljazceru/nigiri.git
synced 2025-12-17 06:14:19 +01:00
15 lines
461 B
Modula-2
15 lines
461 B
Modula-2
module github.com/vulpemventures/nigiri
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.24.2 // indirect
|
|
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
|
|
github.com/btcsuite/btcd/btcutil v1.1.5
|
|
github.com/compose-spec/compose-go v0.0.0-20210729195839-de56f4f0cb3c
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
golang.org/x/crypto v0.17.0 // indirect
|
|
)
|