Skip to content

Commit

Permalink
build(deps): bump github.com/btcsuite/btcd from 0.22.0-beta to 0.24.0
Browse files Browse the repository at this point in the history
Bumps [github.com/btcsuite/btcd](https://github.com/btcsuite/btcd) from 0.22.0-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.22.0-beta...v0.24.0)

---
updated-dependencies:
- dependency-name: github.com/btcsuite/btcd
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 1e2e027 commit eff30bf
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 3 deletions.
7 changes: 5 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ require (
gopkg.in/yaml.v2 v2.4.0
)

require github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
require (
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
)

require (
filippo.io/edwards25519 v1.0.0-beta.2 // indirect
Expand All @@ -42,7 +45,7 @@ require (
github.com/allegro/bigcache v1.2.1 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bgentry/speakeasy v0.1.0 // indirect
github.com/btcsuite/btcd v0.22.0-beta // indirect
github.com/btcsuite/btcd v0.24.0 // indirect
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce // indirect
github.com/celestiaorg/optimint v0.1.2 // indirect
github.com/cenkalti/backoff/v4 v4.1.1 // indirect
Expand Down
Loading

0 comments on commit eff30bf

Please sign in to comment.