From c318ec4202b0e4ff022f5e7bbc020da59f89c87f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 11:09:45 +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 357924a..93c8ee4 100644 --- a/go.mod +++ b/go.mod @@ -26,7 +26,6 @@ require ( github.com/Masterminds/sprig/v3 v3.2.3 // indirect github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect github.com/VictoriaMetrics/fastcache v1.6.0 // indirect - github.com/btcsuite/btcd v0.20.1-beta // indirect github.com/celo-org/celo-bls-go v0.3.3 // indirect github.com/celo-org/celo-bls-go-android v0.3.2 // indirect github.com/celo-org/celo-bls-go-ios v0.3.2 // indirect