From b40699121180bdf7e0aca0b4d0e8847842abd133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 16:12:56 +0000 Subject: [PATCH] chore(deps): bump github.com/bsv-blockchain/go-bt/v2 from 2.5.0 to 2.5.1 Bumps [github.com/bsv-blockchain/go-bt/v2](https://github.com/bsv-blockchain/go-bt) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/bsv-blockchain/go-bt/releases) - [Changelog](https://github.com/bsv-blockchain/go-bt/blob/master/.goreleaser.yml) - [Commits](https://github.com/bsv-blockchain/go-bt/compare/v2.5.0...v2.5.1) --- updated-dependencies: - dependency-name: github.com/bsv-blockchain/go-bt/v2 dependency-version: 2.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index eb15012..2a5b5a3 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.24.3 toolchain go1.24.4 require ( - github.com/bsv-blockchain/go-bt/v2 v2.5.0 + github.com/bsv-blockchain/go-bt/v2 v2.5.1 github.com/dolthub/swiss v0.2.1 github.com/stretchr/testify v1.11.1 ) diff --git a/go.sum b/go.sum index 12a1b9d..eec11d2 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/bsv-blockchain/go-bt/v2 v2.5.0 h1:vXn0FeDVHIpJb3Y0UruWEQ8ZkbYGkjGDMRLrWzKmVh8= -github.com/bsv-blockchain/go-bt/v2 v2.5.0/go.mod h1:TQyVESpNMN5ah8ntPZve4GOrDgGY/22W8c42k39BvN4= +github.com/bsv-blockchain/go-bt/v2 v2.5.1 h1:FM5JfBwzmBSlgrlR2vJPMZqbZ21uzQE3mT0irCZiOds= +github.com/bsv-blockchain/go-bt/v2 v2.5.1/go.mod h1:PRmOtffMuHE1LZyRrb5rWQQ6dEEct2x68cvnsS7ka/4= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=