From ee8ad9ec99f11ed8eb94cb504f8eda871320d239 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 10:57:05 +0000 Subject: [PATCH] Bump github.com/libsv/go-bt/v2 from 2.2.0 to 2.2.1 Bumps [github.com/libsv/go-bt/v2](https://github.com/libsv/go-bt) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/libsv/go-bt/releases) - [Changelog](https://github.com/libsv/go-bt/blob/master/.goreleaser.yml) - [Commits](https://github.com/libsv/go-bt/compare/v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: github.com/libsv/go-bt/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 4dd6d60..a2afc48 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.17 require ( github.com/bitcoinsv/bsvd v0.0.0-20190609155523-4c29707f7173 github.com/libsv/go-bk v0.1.6 - github.com/libsv/go-bt/v2 v2.2.0 + github.com/libsv/go-bt/v2 v2.2.1 github.com/stretchr/testify v1.8.2 ) diff --git a/go.sum b/go.sum index a1f8bde..3108a24 100644 --- a/go.sum +++ b/go.sum @@ -13,8 +13,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= github.com/libsv/go-bk v0.1.6 h1:c9CiT5+64HRDbzxPl1v/oiFmbvWZTuUYqywCf+MBs/c= github.com/libsv/go-bk v0.1.6/go.mod h1:khJboDoH18FPUaZlzRFKzlVN84d4YfdmlDtdX4LAjQA= -github.com/libsv/go-bt/v2 v2.2.0 h1:iP9ytmA8If9DHIJZo353P4lmBY4aESOV+taNlhrhCeE= -github.com/libsv/go-bt/v2 v2.2.0/go.mod h1:CaLwbbbZZsV/Enaaqd4mCGUIGTlNgVbQtK6fnSYpeh4= +github.com/libsv/go-bt/v2 v2.2.1 h1:bWGUzdqaiUE3wQrd+5hZJeCd1jiJU56ih5SIP3M8u8c= +github.com/libsv/go-bt/v2 v2.2.1/go.mod h1:CaLwbbbZZsV/Enaaqd4mCGUIGTlNgVbQtK6fnSYpeh4= github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=