Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/btcsuite/btcd from 0.22.0-beta to 0.24.0 #42

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
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
Loading