From ea318321297c9cf5c827e9432c6c0f9565c4fef5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 06:43:43 +0000 Subject: [PATCH] chore(deps): bump github.com/bitcoin-sv/spv-wallet-go-client Bumps [github.com/bitcoin-sv/spv-wallet-go-client](https://github.com/bitcoin-sv/spv-wallet-go-client) from 1.0.0-beta.21 to 1.0.0-beta.22. - [Release notes](https://github.com/bitcoin-sv/spv-wallet-go-client/releases) - [Changelog](https://github.com/bitcoin-sv/spv-wallet-go-client/blob/main/.goreleaser.yml) - [Commits](https://github.com/bitcoin-sv/spv-wallet-go-client/compare/v1.0.0-beta.21...v1.0.0-beta.22) --- updated-dependencies: - dependency-name: github.com/bitcoin-sv/spv-wallet-go-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- regression_tests/go.mod | 2 +- regression_tests/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/regression_tests/go.mod b/regression_tests/go.mod index 868003ed..eb339bf7 100644 --- a/regression_tests/go.mod +++ b/regression_tests/go.mod @@ -6,7 +6,7 @@ toolchain go1.23.3 require ( github.com/bitcoin-sv/spv-wallet v1.0.0-beta.39 - github.com/bitcoin-sv/spv-wallet-go-client v1.0.0-beta.21 + github.com/bitcoin-sv/spv-wallet-go-client v1.0.0-beta.22 github.com/bitcoin-sv/spv-wallet/models v1.0.0-beta.39 github.com/joho/godotenv v1.5.1 ) diff --git a/regression_tests/go.sum b/regression_tests/go.sum index 79e615cb..3bd75ac1 100644 --- a/regression_tests/go.sum +++ b/regression_tests/go.sum @@ -2,8 +2,8 @@ github.com/bitcoin-sv/go-sdk v1.1.16 h1:n2X0RiENFGD/1fQ/1y6osbostRB7I/xq9I7tcIKc github.com/bitcoin-sv/go-sdk v1.1.16/go.mod h1:3CsNdEDBwB+SIv6UBcJPC9bTvPqxQvg3GULt7wsuL58= github.com/bitcoin-sv/spv-wallet v1.0.0-beta.39 h1:W2I9P8QyEoTlxrhUKwpOW+RFu3O24XLbopiZrP1sHuo= github.com/bitcoin-sv/spv-wallet v1.0.0-beta.39/go.mod h1:8ZZ4Gm0owfpgTj8v7dhGvzspIW1b/aR/ySfXR6XkJcs= -github.com/bitcoin-sv/spv-wallet-go-client v1.0.0-beta.21 h1:N6JbmVjoifPJwKu5DedS8xEKwHYIRv9AewD7eefxwyg= -github.com/bitcoin-sv/spv-wallet-go-client v1.0.0-beta.21/go.mod h1:WaO6ESKa4RX9QEpy1/6v3jcTcznwPx+MYlADg15c1dY= +github.com/bitcoin-sv/spv-wallet-go-client v1.0.0-beta.22 h1:0s/wy43JuMjhKkbFjFT0f8Ij/PGeu2A/FpHQgFPu39s= +github.com/bitcoin-sv/spv-wallet-go-client v1.0.0-beta.22/go.mod h1:WaO6ESKa4RX9QEpy1/6v3jcTcznwPx+MYlADg15c1dY= github.com/bitcoin-sv/spv-wallet/models v1.0.0-beta.39 h1:qo74o72mcdj7AYJoCq7RG3enHJiqtbkFEY9uXvEEG2M= github.com/bitcoin-sv/spv-wallet/models v1.0.0-beta.39/go.mod h1:UdY5AGsO9IomUEYSPilcSY+3BTQRJswdfZNveLt6LZQ= github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8=