From c4306df27963af61a1cf430368923150f277af88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:04:12 +0000 Subject: [PATCH] build(deps): bump github.com/bitcoin-sv/spv-wallet/models in /examples Bumps [github.com/bitcoin-sv/spv-wallet/models](https://github.com/bitcoin-sv/spv-wallet) from 1.0.0-beta.34 to 1.0.0-beta.37. - [Release notes](https://github.com/bitcoin-sv/spv-wallet/releases) - [Commits](https://github.com/bitcoin-sv/spv-wallet/compare/v1.0.0-beta.34...v1.0.0-beta.37) --- 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] --- examples/go.mod | 2 +- examples/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/go.mod b/examples/go.mod index 2242616..0f58e0e 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -6,7 +6,7 @@ replace github.com/bitcoin-sv/spv-wallet-go-client => ../ require ( github.com/bitcoin-sv/spv-wallet-go-client v0.0.0-00010101000000-000000000000 - github.com/bitcoin-sv/spv-wallet/models v1.0.0-beta.34 + github.com/bitcoin-sv/spv-wallet/models v1.0.0-beta.37 ) require ( diff --git a/examples/go.sum b/examples/go.sum index 8083c67..82cf8b4 100644 --- a/examples/go.sum +++ b/examples/go.sum @@ -1,7 +1,7 @@ github.com/bitcoin-sv/go-sdk v1.1.16 h1:n2X0RiENFGD/1fQ/1y6osbostRB7I/xq9I7tcIKcCPY= github.com/bitcoin-sv/go-sdk v1.1.16/go.mod h1:3CsNdEDBwB+SIv6UBcJPC9bTvPqxQvg3GULt7wsuL58= -github.com/bitcoin-sv/spv-wallet/models v1.0.0-beta.34 h1:9MMqlZSyCP+RFt0FNnwcbJEgUsRKy5w9Ga7FXHs/XXo= -github.com/bitcoin-sv/spv-wallet/models v1.0.0-beta.34/go.mod h1:PEJdH9ZWKOiKHyOZkzYsRbKuZjzlRaEJy3GsM75Icdo= +github.com/bitcoin-sv/spv-wallet/models v1.0.0-beta.37 h1:0zKPUJu9kBo1OzCg21yf4NGQSsCpftkP1tW85MkWfDE= +github.com/bitcoin-sv/spv-wallet/models v1.0.0-beta.37/go.mod h1:UdY5AGsO9IomUEYSPilcSY+3BTQRJswdfZNveLt6LZQ= github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8= github.com/boombuler/barcode v1.0.2 h1:79yrbttoZrLGkL/oOI8hBrUKucwOL0oOjUgEguGMcJ4= github.com/boombuler/barcode v1.0.2/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8=