mirror of
https://github.com/muun/recovery.git
synced 2025-02-23 11:32:33 -05:00
13 lines
350 B
Modula-2
13 lines
350 B
Modula-2
module github.com/muun/libwallet
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.0.0-20190824003749-130ea5bddde3
|
|
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
|
|
github.com/golang/protobuf v1.3.2
|
|
github.com/lightningnetwork/lnd v0.7.1-beta-rc2
|
|
github.com/pkg/errors v0.8.1
|
|
golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7
|
|
)
|