From baf0424b8363123519dec7265e2fa0c3008ca061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 10:33:05 +0000 Subject: [PATCH] build(deps): bump github.com/btcsuite/btcd from 0.20.1-beta to 0.23.2 Bumps [github.com/btcsuite/btcd](https://github.com/btcsuite/btcd) from 0.20.1-beta to 0.23.2. - [Release notes](https://github.com/btcsuite/btcd/releases) - [Changelog](https://github.com/btcsuite/btcd/blob/master/CHANGES) - [Commits](https://github.com/btcsuite/btcd/compare/v0.20.1-beta...v0.23.2) --- updated-dependencies: - dependency-name: github.com/btcsuite/btcd dependency-type: indirect ... Signed-off-by: dependabot[bot] --- go.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/go.mod b/go.mod index 705d7ae..6c6627f 100644 --- a/go.mod +++ b/go.mod @@ -38,7 +38,6 @@ require ( github.com/agnivade/levenshtein v1.1.1 // indirect github.com/alexflint/go-arg v1.4.2 // indirect github.com/alexflint/go-scalar v1.0.0 // indirect - github.com/btcsuite/btcd v0.20.1-beta // indirect github.com/celo-org/celo-blockchain v1.7.2 // indirect github.com/celo-org/celo-bls-go v0.6.4 // indirect github.com/celo-org/celo-bls-go-android v0.6.3 // indirect