From 3bb26f91ad08deb287d59ae56f3c4a8d0abdd3ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 10:28:31 +0000 Subject: [PATCH] build(deps): bump github.com/bitcoin-sv/spv-wallet/models Bumps [github.com/bitcoin-sv/spv-wallet/models](https://github.com/bitcoin-sv/spv-wallet) from 1.0.0-beta.13 to 1.0.0-beta.14. - [Release notes](https://github.com/bitcoin-sv/spv-wallet/releases) - [Commits](https://github.com/bitcoin-sv/spv-wallet/compare/v1.0.0-beta.13...v1.0.0-beta.14) --- updated-dependencies: - dependency-name: github.com/bitcoin-sv/spv-wallet/models dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 3 +-- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 5e1d077..581f9fa 100644 --- a/go.mod +++ b/go.mod @@ -1,9 +1,8 @@ module github.com/bitcoin-sv/spv-wallet-go-client go 1.21 - require ( - github.com/bitcoin-sv/spv-wallet/models v1.0.0-beta.13 + github.com/bitcoin-sv/spv-wallet/models v1.0.0-beta.14 github.com/bitcoinschema/go-bitcoin/v2 v2.0.5 github.com/libsv/go-bk v0.1.6 github.com/libsv/go-bt/v2 v2.2.5 diff --git a/go.sum b/go.sum index 5413a3d..d9ed0a2 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/bitcoin-sv/spv-wallet/models v1.0.0-beta.13 h1:rBscs3Gbz0RWY03eI3Z9AwD7/MxajdJF54oy3xMqKRQ= -github.com/bitcoin-sv/spv-wallet/models v1.0.0-beta.13/go.mod h1:i3txysriHpprqYd3u97wEQsC4/jn+KHcyFOmuFYMw8M= +github.com/bitcoin-sv/spv-wallet/models v1.0.0-beta.14 h1:R3okOqBHBOSDL5rZf4/REmZIEnKeAugqMNYOb2l6aXI= +github.com/bitcoin-sv/spv-wallet/models v1.0.0-beta.14/go.mod h1:VsUb0ZRA6Emr8+VDEq5SbOyzwvfKb+32Lkb9dM+n20o= github.com/bitcoinschema/go-bitcoin/v2 v2.0.5 h1:Sgh5Eb746Zck/46rFDrZZEXZWyO53fMuWYhNoZa1tck= github.com/bitcoinschema/go-bitcoin/v2 v2.0.5/go.mod h1:JjO1ivfZv6vhK0uAXzyH08AAHlzNMAfnyK1Fiv9r4ZA= github.com/bitcoinsv/bsvd v0.0.0-20190609155523-4c29707f7173 h1:2yTIV9u7H0BhRDGXH5xrAwAz7XibWJtX2dNezMeNsUo=