Skip to content

Commit f26dffa

Browse files
chore(deps): bump github.com/btcsuite/btcd from 0.20.1-beta to 0.24.0
Bumps [github.com/btcsuite/btcd](https://github.com/btcsuite/btcd) from 0.20.1-beta to 0.24.0. - [Release notes](https://github.com/btcsuite/btcd/releases) - [Changelog](https://github.com/btcsuite/btcd/blob/master/CHANGES) - [Commits](btcsuite/btcd@v0.20.1-beta...v0.24.0) --- updated-dependencies: - dependency-name: github.com/btcsuite/btcd dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b9d7f53 commit f26dffa

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ require (
1313
github.com/urfave/cli/v2 v2.27.2
1414
github.com/waku-org/go-waku v0.8.1-0.20240507175626-19d27befd98b
1515
go.uber.org/zap v1.27.0
16+
google.golang.org/protobuf v1.31.0
1617
)
1718

1819
require (
@@ -22,8 +23,9 @@ require (
2223
github.com/beevik/ntp v0.3.0 // indirect
2324
github.com/benbjohnson/clock v1.3.5 // indirect
2425
github.com/beorn7/perks v1.0.1 // indirect
25-
github.com/btcsuite/btcd v0.20.1-beta // indirect
26+
github.com/btcsuite/btcd v0.24.0 // indirect
2627
github.com/btcsuite/btcd/btcec/v2 v2.2.1 // indirect
28+
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect
2729
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d // indirect
2830
github.com/cenkalti/backoff/v4 v4.1.2 // indirect
2931
github.com/cespare/xxhash/v2 v2.2.0 // indirect
@@ -133,7 +135,6 @@ require (
133135
golang.org/x/text v0.14.0 // indirect
134136
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
135137
golang.org/x/tools v0.14.0 // indirect
136-
google.golang.org/protobuf v1.31.0 // indirect
137138
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
138139
gopkg.in/yaml.v3 v3.0.1 // indirect
139140
lukechampine.com/blake3 v1.2.1 // indirect

go.sum

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,13 @@ github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6r
8080
github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40/go.mod h1:8rLXio+WjiTceGBHIoTvn60HIbs7Hm7bcHjyrSqYB9c=
8181
github.com/boltdb/bolt v1.3.1/go.mod h1:clJnj/oiGkjum5o1McbSZDSLxVThjynRyGBgiAx27Ps=
8282
github.com/bradfitz/go-smtpd v0.0.0-20170404230938-deb6d6237625/go.mod h1:HYsPBTaaSFSlLx/70C2HPIMNZpVV8+vt/A+FMnYP11g=
83-
github.com/btcsuite/btcd v0.20.1-beta h1:Ik4hyJqN8Jfyv3S4AGBOmyouMsYE3EdYODkMbQjwPGw=
8483
github.com/btcsuite/btcd v0.20.1-beta/go.mod h1:wVuoA8VJLEcwgqHBwHmzLRazpKxTv13Px/pDuV7OomQ=
84+
github.com/btcsuite/btcd v0.24.0 h1:gL3uHE/IaFj6fcZSu03SvqPMSx7s/dPzfpG/atRwWdo=
85+
github.com/btcsuite/btcd v0.24.0/go.mod h1:K4IDc1593s8jKXIF7yS7yCTSxrknB9z0STzc2j6XgE4=
8586
github.com/btcsuite/btcd/btcec/v2 v2.2.1 h1:xP60mv8fvp+0khmrN0zTdPC3cNm24rfeE6lh2R/Yv3E=
8687
github.com/btcsuite/btcd/btcec/v2 v2.2.1/go.mod h1:9/CSmJxmuvqzX9Wh2fXMWToLOHhPd11lSPuIupwTkI8=
88+
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 h1:59Kx4K6lzOW5w6nFlA0v5+lk/6sjybR934QNHSJZPTQ=
89+
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0/go.mod h1:7SFka0XMvUgj3hfZtydOrQY2mwhPclbT2snogU7SQQc=
8790
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f/go.mod h1:TdznJufoqS23FtqVCzL0ZqgP5MqXbb4fg/WgDys70nA=
8891
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d h1:yJzD/yFppdVCf6ApMkVy8cUxV0XrxdP9rVf6D87/Mng=
8992
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d/go.mod h1:+5NJ2+qvTyV9exUAL/rxXi3DcLg2Ts+ymUAY5y4NvMg=

0 commit comments

Comments
 (0)