From d89a5802ef8dfe9152f9d65841f7c25bb6e48cda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 13:47:09 +0000 Subject: [PATCH] chore(deps): bump github.com/bsv-blockchain/go-bt/v2 from 2.4.6 to 2.5.0 Bumps [github.com/bsv-blockchain/go-bt/v2](https://github.com/bsv-blockchain/go-bt) from 2.4.6 to 2.5.0. - [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.4.6...v2.5.0) --- updated-dependencies: - dependency-name: github.com/bsv-blockchain/go-bt/v2 dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 c9e5060..eb15012 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.4.6 + github.com/bsv-blockchain/go-bt/v2 v2.5.0 github.com/dolthub/swiss v0.2.1 github.com/stretchr/testify v1.11.1 ) diff --git a/go.sum b/go.sum index 0496eb1..12a1b9d 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/bsv-blockchain/go-bt/v2 v2.4.6 h1:Vnn2pmU+fE1idSFo/Y/6w4O0ilF14vnwiEnFKk8oNJE= -github.com/bsv-blockchain/go-bt/v2 v2.4.6/go.mod h1:kLzhgnYmm5d94HNzyCw4onvNCBrxJgZ+9ZpL/5co9RY= +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/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=