Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Bump github.com/btcsuite/btcd from 0.20.1-beta to 0.23.2 #53

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ module github.com/ledgerhq/bitcoin-lib-grpc
go 1.16

require (
github.com/btcsuite/btcd v0.20.1-beta
github.com/btcsuite/btcd v0.23.2
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1
github.com/btcsuite/btcutil v1.0.3-0.20201104004401-a21f014935da
github.com/btcsuite/btcwallet/wallet/txauthor v1.0.0
github.com/btcsuite/btcwallet/wallet/txrules v1.0.0
github.com/btcsuite/btcwallet/wallet/txsizes v1.0.0
github.com/ledgerhq/bitcoin-lib-grpc/pb v0.1.0
github.com/golang/protobuf v1.4.3 // indirect
github.com/magefile/mage v1.11.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.4.1
github.com/spf13/viper v1.3.2
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/sys v0.0.0-20201005172224-997123666555 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/genproto v0.0.0-20201006033701-bcad7cf615f2 // indirect
google.golang.org/grpc v1.33.2
)
Expand Down
Loading
Loading