Skip to content

Commit 1bf83ee

Browse files
chore(deps): bump github.com/bsv-blockchain/go-wire from 1.1.0 to 1.1.1 (#65)
Bumps [github.com/bsv-blockchain/go-wire](https://github.com/bsv-blockchain/go-wire) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/bsv-blockchain/go-wire/releases) - [Changelog](https://github.com/bsv-blockchain/go-wire/blob/master/.goreleaser.yml) - [Commits](bsv-blockchain/go-wire@v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: github.com/bsv-blockchain/go-wire dependency-version: 1.1.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 b36472a commit 1bf83ee

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
@@ -6,13 +6,13 @@ toolchain go1.24.4
66

77
require (
88
github.com/bsv-blockchain/go-bt/v2 v2.5.1
9-
github.com/bsv-blockchain/go-wire v1.1.0
9+
github.com/bsv-blockchain/go-wire v1.1.1
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.11 // indirect
15+
github.com/bsv-blockchain/go-sdk v1.2.12 // 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.45.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
github.com/bsv-blockchain/go-bt/v2 v2.5.1 h1:FM5JfBwzmBSlgrlR2vJPMZqbZ21uzQE3mT0irCZiOds=
22
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=
5-
github.com/bsv-blockchain/go-wire v1.1.0 h1:5kXZPbF/tyMoDuqgAybJGGxui+gNO6QUoUvdY+RzMv0=
6-
github.com/bsv-blockchain/go-wire v1.1.0/go.mod h1:d7xJFMFlvRoxTYRFCPYd7/tgX64NFxoj5de6vrX8KYc=
3+
github.com/bsv-blockchain/go-sdk v1.2.12 h1:t/50ONqCTgumJH82YbQ8iqdo30ezIACyuFgvyHbkX9A=
4+
github.com/bsv-blockchain/go-sdk v1.2.12/go.mod h1:1FWCWH+x6xc1kH9r6tuyRQqUomfrLBOQfdPesJZK/1k=
5+
github.com/bsv-blockchain/go-wire v1.1.1 h1:wlv+YYPjV/7GWylWqTVHp/DG4hSZOhHnHNtfbKeQbEA=
6+
github.com/bsv-blockchain/go-wire v1.1.1/go.mod h1:5d5XEVm0A/jswRktMTATFJOVXKOUytq6EdSc/HkoOBU=
77
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
88
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
99
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=

0 commit comments

Comments
 (0)