mirror of
https://github.com/muun/recovery.git
synced 2025-11-11 22:40:16 -05:00
fix vendor folder
This commit is contained in:
5
vendor/github.com/muun/libwallet/go.mod
generated
vendored
5
vendor/github.com/muun/libwallet/go.mod
generated
vendored
@@ -3,10 +3,11 @@ module github.com/muun/libwallet
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/btcsuite/btcd v0.0.0-20190824003749-130ea5bddde3
|
||||
github.com/btcsuite/btcd v0.20.1-beta
|
||||
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
|
||||
github.com/go-errors/errors v1.0.1
|
||||
github.com/golang/protobuf v1.3.2
|
||||
github.com/lightningnetwork/lnd v0.7.1-beta-rc2
|
||||
github.com/lightningnetwork/lnd v0.8.0-beta
|
||||
github.com/pkg/errors v0.8.1
|
||||
golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user