Skip to content

Commit edc4357

Browse files
chore(deps): bump github.com/bsv-blockchain/go-bt/v2 from 2.5.0 to 2.5.1 (#58)
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](bsv-blockchain/go-bt@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ca3c3b0 commit edc4357

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ go 1.24.3
55
toolchain go1.24.4
66

77
require (
8-
github.com/bsv-blockchain/go-bt/v2 v2.5.0
8+
github.com/bsv-blockchain/go-bt/v2 v2.5.1
99
github.com/bsv-blockchain/go-wire v1.1.0
1010
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
1111
github.com/stretchr/testify v1.11.1
1212
)
1313

1414
require (
15-
github.com/bsv-blockchain/go-sdk v1.2.10 // indirect
15+
github.com/bsv-blockchain/go-sdk v1.2.11 // indirect
1616
github.com/pkg/errors v0.9.1 // indirect
1717
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
1818
golang.org/x/crypto v0.43.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
github.com/bsv-blockchain/go-bt/v2 v2.5.0 h1:vXn0FeDVHIpJb3Y0UruWEQ8ZkbYGkjGDMRLrWzKmVh8=
2-
github.com/bsv-blockchain/go-bt/v2 v2.5.0/go.mod h1:TQyVESpNMN5ah8ntPZve4GOrDgGY/22W8c42k39BvN4=
3-
github.com/bsv-blockchain/go-sdk v1.2.10 h1:e3wK/4SgSPqhz4Aw9vnKN/JkIwequdqlPWToYNGvuOg=
4-
github.com/bsv-blockchain/go-sdk v1.2.10/go.mod h1:C1r7iZbRUCbC015GjbhcpwH0jL5ubPn5XaQgjvUaPdU=
1+
github.com/bsv-blockchain/go-bt/v2 v2.5.1 h1:FM5JfBwzmBSlgrlR2vJPMZqbZ21uzQE3mT0irCZiOds=
2+
github.com/bsv-blockchain/go-bt/v2 v2.5.1/go.mod h1:PRmOtffMuHE1LZyRrb5rWQQ6dEEct2x68cvnsS7ka/4=
3+
github.com/bsv-blockchain/go-sdk v1.2.11 h1:SK8kDuDZNP3ubvx0AL0bR/I8tXWljJICyUsiF4y9ZkQ=
4+
github.com/bsv-blockchain/go-sdk v1.2.11/go.mod h1:S+8iokWX2la9G4mzwHIeCvYkADRzcdfk1AprN0z5MDI=
55
github.com/bsv-blockchain/go-wire v1.1.0 h1:5kXZPbF/tyMoDuqgAybJGGxui+gNO6QUoUvdY+RzMv0=
66
github.com/bsv-blockchain/go-wire v1.1.0/go.mod h1:d7xJFMFlvRoxTYRFCPYd7/tgX64NFxoj5de6vrX8KYc=
77
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=

0 commit comments

Comments
 (0)