From 8243acb98f1c1d1539fbd93631861f7828650034 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 15:27:04 +0000 Subject: [PATCH] fix(deps): update module github.com/btcsuite/btcd to v0.24.0 [security] | datasource | package | from | to | | ---------- | ------------------------ | ------- | ------- | | go | github.com/btcsuite/btcd | v0.22.1 | v0.24.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- ethergo/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethergo/go.mod b/ethergo/go.mod index 34df6631d8..fe100f6e47 100644 --- a/ethergo/go.mod +++ b/ethergo/go.mod @@ -14,7 +14,7 @@ require ( github.com/bcicen/jstream v1.0.1 github.com/benbjohnson/immutable v0.4.3 github.com/brianvoe/gofakeit/v6 v6.27.0 - github.com/btcsuite/btcd v0.22.1 + github.com/btcsuite/btcd v0.24.0 github.com/btcsuite/btcd/btcec/v2 v2.3.0 github.com/chzyer/test v1.0.0 github.com/davecgh/go-spew v1.1.1