xplorfin / lndmock

utilities for mocking interactions on the lightning network
MIT License
1 stars 2 forks source link

Update module github.com/btcsuite/btcd to v0.23.4 - autoclosed #48

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/btcsuite/btcd require minor v0.21.0-beta -> v0.23.4

Release Notes

btcsuite/btcd (github.com/btcsuite/btcd) ### [`v0.23.4`](https://togithub.com/btcsuite/btcd/compare/v0.23.3...v0.23.4) [Compare Source](https://togithub.com/btcsuite/btcd/compare/v0.23.3...v0.23.4) ### [`v0.23.3`](https://togithub.com/btcsuite/btcd/releases/tag/v0.23.3): btcd v0.23.3 [Compare Source](https://togithub.com/btcsuite/btcd/compare/v0.23.2...v0.23.3) ### Verifying the Release In order to verify the release, you'll need to have `gpg` or `gpg2` installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already: curl https://raw.githubusercontent.com/lightningnetwork/lnd/master/scripts/keys/guggero.asc | gpg --import Once you have the required PGP keys, you can verify the release (assuming `manifest-guggero-v0.23.3.sig` and `manifest-v0.23.3.txt` are in the current directory) with: gpg --verify manifest-guggero-v0.23.3.sig manifest-v0.23.3.txt You should see the following if the verification was successful: gpg: Signature made Di 01 Nov 2022 14:00:20 CET gpg: using RSA key F4FC70F07310028424EFC20A8E4256593F177720 gpg: Good signature from "Oliver Gugger " [ultimate] That will verify the signature of the manifest file, which ensures integrity and authenticity of the archive you've downloaded locally containing the binaries. Next, depending on your operating system, you should then re-compute the `sha256` hash of the archive with `shasum -a 256 `, compare it with the corresponding one in the manifest file, and ensure they match *exactly*. #### What's Changed - Fixed ban bug that doesn't print numTxns by [@​l0k18](https://togithub.com/l0k18) in [https://github.com/btcsuite/btcd/pull/1900](https://togithub.com/btcsuite/btcd/pull/1900) - btcec/schnorr/musig2: update to musig 1.0.0 by [@​Roasbeef](https://togithub.com/Roasbeef) in [https://github.com/btcsuite/btcd/pull/1894](https://togithub.com/btcsuite/btcd/pull/1894) - wire: increase max witness items per input by [@​ellemouton](https://togithub.com/ellemouton) in [https://github.com/btcsuite/btcd/pull/1907](https://togithub.com/btcsuite/btcd/pull/1907) - build: bump version to v0.23.3 by [@​guggero](https://togithub.com/guggero) in [https://github.com/btcsuite/btcd/pull/1908](https://togithub.com/btcsuite/btcd/pull/1908) #### New Contributors - [@​l0k18](https://togithub.com/l0k18) made their first contribution in [https://github.com/btcsuite/btcd/pull/1900](https://togithub.com/btcsuite/btcd/pull/1900) **Full Changelog**: https://github.com/btcsuite/btcd/compare/v0.23.2...v0.23.3 ### [`v0.23.2`](https://togithub.com/btcsuite/btcd/releases/tag/v0.23.2): btcd v0.23.2 [Compare Source](https://togithub.com/btcsuite/btcd/compare/v0.23.1...v0.23.2) #### What's Changed - MuSig2: Catch up to 0.4.0 by [@​sputn1ck](https://togithub.com/sputn1ck) in [https://github.com/btcsuite/btcd/pull/1865](https://togithub.com/btcsuite/btcd/pull/1865) - Bump btcd version in btcutil package by [@​darioush](https://togithub.com/darioush) in [https://github.com/btcsuite/btcd/pull/1866](https://togithub.com/btcsuite/btcd/pull/1866) - doc: fix Tor hidden service setup link by [@​shyba](https://togithub.com/shyba) in [https://github.com/btcsuite/btcd/pull/1883](https://togithub.com/btcsuite/btcd/pull/1883) - build: bump golang base image version to 1.17 by [@​tochicool](https://togithub.com/tochicool) in [https://github.com/btcsuite/btcd/pull/1882](https://togithub.com/btcsuite/btcd/pull/1882) - wire: remove erroneous witness size check in wire parsing by [@​Roasbeef](https://togithub.com/Roasbeef) in [https://github.com/btcsuite/btcd/pull/1896](https://togithub.com/btcsuite/btcd/pull/1896) - build: bump version to v0.23.2 by [@​Roasbeef](https://togithub.com/Roasbeef) in [https://github.com/btcsuite/btcd/pull/1898](https://togithub.com/btcsuite/btcd/pull/1898) #### New Contributors - [@​sputn1ck](https://togithub.com/sputn1ck) made their first contribution in [https://github.com/btcsuite/btcd/pull/1865](https://togithub.com/btcsuite/btcd/pull/1865) - [@​darioush](https://togithub.com/darioush) made their first contribution in [https://github.com/btcsuite/btcd/pull/1866](https://togithub.com/btcsuite/btcd/pull/1866) - [@​shyba](https://togithub.com/shyba) made their first contribution in [https://github.com/btcsuite/btcd/pull/1883](https://togithub.com/btcsuite/btcd/pull/1883) - [@​tochicool](https://togithub.com/tochicool) made their first contribution in [https://github.com/btcsuite/btcd/pull/1882](https://togithub.com/btcsuite/btcd/pull/1882) **Full Changelog**: https://github.com/btcsuite/btcd/compare/v0.23.1...v0.23.2 ### [`v0.23.1`](https://togithub.com/btcsuite/btcd/releases/tag/v0.23.1): btcd v0.23.1-beta [Compare Source](https://togithub.com/btcsuite/btcd/compare/v0.23.0...v0.23.1) #### What's Changed - btcjson: Update WalletCreateFundedPsbtOpts.FeeRate type by [@​gnasr](https://togithub.com/gnasr) in [https://github.com/btcsuite/btcd/pull/1729](https://togithub.com/btcsuite/btcd/pull/1729) - rpcserverhelp: Remove extra period for gettxout--synopsis by [@​kcalvinalvin](https://togithub.com/kcalvinalvin) in [https://github.com/btcsuite/btcd/pull/1733](https://togithub.com/btcsuite/btcd/pull/1733) - mempool: export isDust for use in other projects by [@​Crypt-iQ](https://togithub.com/Crypt-iQ) in [https://github.com/btcsuite/btcd/pull/1739](https://togithub.com/btcsuite/btcd/pull/1739) - Switch irc to libera.chat by [@​jcvernaleo](https://togithub.com/jcvernaleo) in [https://github.com/btcsuite/btcd/pull/1725](https://togithub.com/btcsuite/btcd/pull/1725) - rpcclient: Export symbols needed for custom commands by [@​JeremyRand](https://togithub.com/JeremyRand) in [https://github.com/btcsuite/btcd/pull/1457](https://togithub.com/btcsuite/btcd/pull/1457) - btcec: check if recovered pk is at point of infinity by [@​MariusVanDerWijden](https://togithub.com/MariusVanDerWijden) in [https://github.com/btcsuite/btcd/pull/1750](https://togithub.com/btcsuite/btcd/pull/1750) - mempool: introduce GetDustThreshold to export dust limit calculation by [@​Crypt-iQ](https://togithub.com/Crypt-iQ) in [https://github.com/btcsuite/btcd/pull/1742](https://togithub.com/btcsuite/btcd/pull/1742) - build: bump min Go version to 1.16.8 add Go 1.17.1 by [@​Roasbeef](https://togithub.com/Roasbeef) in [https://github.com/btcsuite/btcd/pull/1753](https://togithub.com/btcsuite/btcd/pull/1753) - Upgraded the docker version to 1.16 by [@​naveensrinivasan](https://togithub.com/naveensrinivasan) in [https://github.com/btcsuite/btcd/pull/1755](https://togithub.com/btcsuite/btcd/pull/1755) - peer+server: add new config option to optionally disable stall detection by [@​Roasbeef](https://togithub.com/Roasbeef) in [https://github.com/btcsuite/btcd/pull/1752](https://togithub.com/btcsuite/btcd/pull/1752) - addrmgr: make KnownAddress methods thread-safe by [@​chappjc](https://togithub.com/chappjc) in [https://github.com/btcsuite/btcd/pull/1763](https://togithub.com/btcsuite/btcd/pull/1763) - comment improvement by [@​pyh4](https://togithub.com/pyh4) in [https://github.com/btcsuite/btcd/pull/1762](https://togithub.com/btcsuite/btcd/pull/1762) - Included permissions for GitHub action by [@​naveensrinivasan](https://togithub.com/naveensrinivasan) in [https://github.com/btcsuite/btcd/pull/1756](https://togithub.com/btcsuite/btcd/pull/1756) - connmgr: Fix stale comment in TestRemovePendingConnection by [@​sloorush](https://togithub.com/sloorush) in [https://github.com/btcsuite/btcd/pull/1749](https://togithub.com/btcsuite/btcd/pull/1749) - rpcclient: Add retry with backoffs to HTTP POST requests by [@​3nprob](https://togithub.com/3nprob) in [https://github.com/btcsuite/btcd/pull/1743](https://togithub.com/btcsuite/btcd/pull/1743) - txscript: backport tokenizer from dcrd by [@​Roasbeef](https://togithub.com/Roasbeef) in [https://github.com/btcsuite/btcd/pull/1769](https://togithub.com/btcsuite/btcd/pull/1769) - go.mod, go.sum: Update goleveldb by [@​kcalvinalvin](https://togithub.com/kcalvinalvin) in [https://github.com/btcsuite/btcd/pull/1770](https://togithub.com/btcsuite/btcd/pull/1770) - reduce redundant memory allocation - resolves [#​1699](https://togithub.com/btcsuite/btcd/issues/1699) by [@​ziollek](https://togithub.com/ziollek) in [https://github.com/btcsuite/btcd/pull/1759](https://togithub.com/btcsuite/btcd/pull/1759) - rpcclient+rpcserver+integration: GetNetworkHashPS3 must be float64 by [@​mattbajorek](https://togithub.com/mattbajorek) in [https://github.com/btcsuite/btcd/pull/1778](https://togithub.com/btcsuite/btcd/pull/1778) - multi: move the btcutil repo into btcd as a sub-module by [@​Roasbeef](https://togithub.com/Roasbeef) in [https://github.com/btcsuite/btcd/pull/1785](https://togithub.com/btcsuite/btcd/pull/1785) - btcutil: update modules to replace to top-level btcd repo by [@​Roasbeef](https://togithub.com/Roasbeef) in [https://github.com/btcsuite/btcd/pull/1788](https://togithub.com/btcsuite/btcd/pull/1788) - chaincfg+blockchain: abstract/refactor BIP 9 version bits implementation to work w/ BIP 8 block heights by [@​Roasbeef](https://togithub.com/Roasbeef) in [https://github.com/btcsuite/btcd/pull/1700](https://togithub.com/btcsuite/btcd/pull/1700) - btcec: create new btcec/v2 module that type aliases into the dcrec module by [@​Roasbeef](https://togithub.com/Roasbeef) in [https://github.com/btcsuite/btcd/pull/1773](https://togithub.com/btcsuite/btcd/pull/1773) - btcec/v2: create new schnorr package for BIP-340, move existing ecdsa implementation into new ecdsa package by [@​Roasbeef](https://togithub.com/Roasbeef) in [https://github.com/btcsuite/btcd/pull/1777](https://togithub.com/btcsuite/btcd/pull/1777) - build: update to btcec v2.1.0 by [@​Roasbeef](https://togithub.com/Roasbeef) in [https://github.com/btcsuite/btcd/pull/1801](https://togithub.com/btcsuite/btcd/pull/1801) - build: retract bogus tags from btcd fork by [@​Roasbeef](https://togithub.com/Roasbeef) in [https://github.com/btcsuite/btcd/pull/1805](https://togithub.com/btcsuite/btcd/pull/1805) - mempool/estimatefee: Fix negative index bug by [@​kcalvinalvin](https://togithub.com/kcalvinalvin) in [https://github.com/btcsuite/btcd/pull/1813](https://togithub.com/btcsuite/btcd/pull/1813) - Replace github.com/btcsuite/goleveldb imports with github.com/syndtr/goleveldb by [@​anupcshan](https://togithub.com/anupcshan) in [https://github.com/btcsuite/btcd/pull/1780](https://togithub.com/btcsuite/btcd/pull/1780) - Remove circular dependency issue between `btcec/v2` and main package by [@​guggero](https://togithub.com/guggero) in [https://github.com/btcsuite/btcd/pull/1823](https://togithub.com/btcsuite/btcd/pull/1823) - Fixes coveralls coverage report by [@​vpereira01](https://togithub.com/vpereira01) in [https://github.com/btcsuite/btcd/pull/1814](https://togithub.com/btcsuite/btcd/pull/1814) - Update LICENSE by [@​MarnixCroes](https://togithub.com/MarnixCroes) in [https://github.com/btcsuite/btcd/pull/1809](https://togithub.com/btcsuite/btcd/pull/1809) - build: update to btcec/v2.1.1 and chaincfg/chainhash/v1.00 by [@​Roasbeef](https://togithub.com/Roasbeef) in [https://github.com/btcsuite/btcd/pull/1824](https://togithub.com/btcsuite/btcd/pull/1824) - multi: implement BIP 341 and 342 a.k.a complete taproot and tapscript consensus verification logic by [@​Roasbeef](https://togithub.com/Roasbeef) in [https://github.com/btcsuite/btcd/pull/1787](https://togithub.com/btcsuite/btcd/pull/1787) - build: update to btcec/v2.1.3 and chaincfg/chainhash v1.0.1 by [@​Roasbeef](https://togithub.com/Roasbeef) in [https://github.com/btcsuite/btcd/pull/1831](https://togithub.com/btcsuite/btcd/pull/1831) - blockchain: demote BIP 9 log statements by [@​Roasbeef](https://togithub.com/Roasbeef) in [https://github.com/btcsuite/btcd/pull/1832](https://togithub.com/btcsuite/btcd/pull/1832) - psbt: allow empty bip32 derivation path by [@​guggero](https://togithub.com/guggero) in [https://github.com/btcsuite/btcd/pull/1834](https://togithub.com/btcsuite/btcd/pull/1834) - Revert "reduce redundant memory allocatio - resolves [#​1699](https://togithub.com/btcsuite/btcd/issues/1699)" by [@​Crypt-iQ](https://togithub.com/Crypt-iQ) in [https://github.com/btcsuite/btcd/pull/1804](https://togithub.com/btcsuite/btcd/pull/1804) - Default to JSONRPC 1.0 if the rpcVersion empty by [@​jsfour](https://togithub.com/jsfour) in [https://github.com/btcsuite/btcd/pull/1837](https://togithub.com/btcsuite/btcd/pull/1837) - btcjson: Update fields in GetNetworkInfoResult by [@​dekokun](https://togithub.com/dekokun) in [https://github.com/btcsuite/btcd/pull/1800](https://togithub.com/btcsuite/btcd/pull/1800) - harden daemon on OpenBSD by [@​timkuijsten](https://togithub.com/timkuijsten) in [https://github.com/btcsuite/btcd/pull/1815](https://togithub.com/btcsuite/btcd/pull/1815) - rpctest: ensure rpclisten is set to an available port by [@​arshbot](https://togithub.com/arshbot) in [https://github.com/btcsuite/btcd/pull/1806](https://togithub.com/btcsuite/btcd/pull/1806) - btcjson: add addresstype arg to getnewaddress by [@​chappjc](https://togithub.com/chappjc) in [https://github.com/btcsuite/btcd/pull/1776](https://togithub.com/btcsuite/btcd/pull/1776) - chaincfg: use lower custom activation threshold for regtest+simnet by [@​Roasbeef](https://togithub.com/Roasbeef) in [https://github.com/btcsuite/btcd/pull/1838](https://togithub.com/btcsuite/btcd/pull/1838) - rpcclient: add getzmqnotifications RPC by [@​torkelrogstad](https://togithub.com/torkelrogstad) in [https://github.com/btcsuite/btcd/pull/1810](https://togithub.com/btcsuite/btcd/pull/1810) - btcd: don't override explicitly set GOGC by [@​anupcshan](https://togithub.com/anupcshan) in [https://github.com/btcsuite/btcd/pull/1782](https://togithub.com/btcsuite/btcd/pull/1782) - Adds GH workflow to build docker images on version tags by [@​vpereira01](https://togithub.com/vpereira01) in [https://github.com/btcsuite/btcd/pull/1830](https://togithub.com/btcsuite/btcd/pull/1830) - multi: implement BIP-155 addrv2 support by [@​Crypt-iQ](https://togithub.com/Crypt-iQ) in [https://github.com/btcsuite/btcd/pull/1812](https://togithub.com/btcsuite/btcd/pull/1812) - psbt: always use non witness serialization format by [@​guggero](https://togithub.com/guggero) in [https://github.com/btcsuite/btcd/pull/1842](https://togithub.com/btcsuite/btcd/pull/1842) - btcec/schnorr/musig2: add new musig2 implementation based on musig2 draft BIP by [@​Roasbeef](https://togithub.com/Roasbeef) in [https://github.com/btcsuite/btcd/pull/1820](https://togithub.com/btcsuite/btcd/pull/1820) - fuzz: add ParsePubKey fuzzer by [@​odeke-em](https://togithub.com/odeke-em) in [https://github.com/btcsuite/btcd/pull/1854](https://togithub.com/btcsuite/btcd/pull/1854) - psbt: add support for new Taproot fields by [@​guggero](https://togithub.com/guggero) in [https://github.com/btcsuite/btcd/pull/1847](https://togithub.com/btcsuite/btcd/pull/1847) - rpcclient: fix crash in http retry handler by [@​bhandras](https://togithub.com/bhandras) in [https://github.com/btcsuite/btcd/pull/1856](https://togithub.com/btcsuite/btcd/pull/1856) - mempool: export checkStandardness func by [@​ellemouton](https://togithub.com/ellemouton) in [https://github.com/btcsuite/btcd/pull/1840](https://togithub.com/btcsuite/btcd/pull/1840) - build: bump version to v0.23 by [@​Roasbeef](https://togithub.com/Roasbeef) in [https://github.com/btcsuite/btcd/pull/1860](https://togithub.com/btcsuite/btcd/pull/1860) - rpcclient: add getnewaddresstype and revert breaking change by [@​chappjc](https://togithub.com/chappjc) in [https://github.com/btcsuite/btcd/pull/1844](https://togithub.com/btcsuite/btcd/pull/1844) - rpcclient: fix missing return by [@​bhandras](https://togithub.com/bhandras) in [https://github.com/btcsuite/btcd/pull/1862](https://togithub.com/btcsuite/btcd/pull/1862) - build: bump version to v0.23.1 by [@​Roasbeef](https://togithub.com/Roasbeef) in [https://github.com/btcsuite/btcd/pull/1863](https://togithub.com/btcsuite/btcd/pull/1863) #### New Contributors - [@​gnasr](https://togithub.com/gnasr) made their first contribution in [https://github.com/btcsuite/btcd/pull/1729](https://togithub.com/btcsuite/btcd/pull/1729) - [@​MariusVanDerWijden](https://togithub.com/MariusVanDerWijden) made their first contribution in [https://github.com/btcsuite/btcd/pull/1750](https://togithub.com/btcsuite/btcd/pull/1750) - [@​naveensrinivasan](https://togithub.com/naveensrinivasan) made their first contribution in [https://github.com/btcsuite/btcd/pull/1755](https://togithub.com/btcsuite/btcd/pull/1755) - [@​chappjc](https://togithub.com/chappjc) made their first contribution in [https://github.com/btcsuite/btcd/pull/1763](https://togithub.com/btcsuite/btcd/pull/1763) - [@​pyh4](https://togithub.com/pyh4) made their first contribution in [https://github.com/btcsuite/btcd/pull/1762](https://togithub.com/btcsuite/btcd/pull/1762) - [@​sloorush](https://togithub.com/sloorush) made their first contribution in [https://github.com/btcsuite/btcd/pull/1749](https://togithub.com/btcsuite/btcd/pull/1749) - [@​3nprob](https://togithub.com/3nprob) made their first contribution in [https://github.com/btcsuite/btcd/pull/1743](https://togithub.com/btcsuite/btcd/pull/1743) - [@​ziollek](https://togithub.com/ziollek) made their first contribution in [https://github.com/btcsuite/btcd/pull/1759](https://togithub.com/btcsuite/btcd/pull/1759) - [@​mattbajorek](https://togithub.com/mattbajorek) made their first contribution in [https://github.com/btcsuite/btcd/pull/1778](https://togithub.com/btcsuite/btcd/pull/1778) - [@​anupcshan](https://togithub.com/anupcshan) made their first contribution in [https://github.com/btcsuite/btcd/pull/1780](https://togithub.com/btcsuite/btcd/pull/1780) - [@​vpereira01](https://togithub.com/vpereira01) made their first contribution in [https://github.com/btcsuite/btcd/pull/1814](https://togithub.com/btcsuite/btcd/pull/1814) - [@​MarnixCroes](https://togithub.com/MarnixCroes) made their first contribution in [https://github.com/btcsuite/btcd/pull/1809](https://togithub.com/btcsuite/btcd/pull/1809) - [@​jsfour](https://togithub.com/jsfour) made their first contribution in [https://github.com/btcsuite/btcd/pull/1837](https://togithub.com/btcsuite/btcd/pull/1837) - [@​dekokun](https://togithub.com/dekokun) made their first contribution in [https://github.com/btcsuite/btcd/pull/1800](https://togithub.com/btcsuite/btcd/pull/1800) - [@​timkuijsten](https://togithub.com/timkuijsten) made their first contribution in [https://github.com/btcsuite/btcd/pull/1815](https://togithub.com/btcsuite/btcd/pull/1815) - [@​arshbot](https://togithub.com/arshbot) made their first contribution in [https://github.com/btcsuite/btcd/pull/1806](https://togithub.com/btcsuite/btcd/pull/1806) - [@​odeke-em](https://togithub.com/odeke-em) made their first contribution in [https://github.com/btcsuite/btcd/pull/1854](https://togithub.com/btcsuite/btcd/pull/1854) - [@​bhandras](https://togithub.com/bhandras) made their first contribution in [https://github.com/btcsuite/btcd/pull/1856](https://togithub.com/btcsuite/btcd/pull/1856) - [@​ellemouton](https://togithub.com/ellemouton) made their first contribution in [https://github.com/btcsuite/btcd/pull/1840](https://togithub.com/btcsuite/btcd/pull/1840) **Full Changelog**: https://github.com/btcsuite/btcd/compare/v0.22.0-beta...v0.23.1 ### [`v0.23.0`](https://togithub.com/btcsuite/btcd/compare/v0.22.3...v0.23.0) [Compare Source](https://togithub.com/btcsuite/btcd/compare/v0.22.3...v0.23.0) ### [`v0.22.3`](https://togithub.com/btcsuite/btcd/compare/v0.22.2...v0.22.3) [Compare Source](https://togithub.com/btcsuite/btcd/compare/v0.22.2...v0.22.3) ### [`v0.22.2`](https://togithub.com/btcsuite/btcd/releases/tag/v0.22.2): btcd v0.22.2 [Compare Source](https://togithub.com/btcsuite/btcd/compare/v0.22.1...v0.22.2) #### What's Changed - \[release-v0.22.1] multi: Switch to chaincfg/chainhash module. by [@​davecgh](https://togithub.com/davecgh) in [https://github.com/btcsuite/btcd/pull/1851](https://togithub.com/btcsuite/btcd/pull/1851) - release: create release branch for v0.22.2 to backport block parsing issue by [@​Roasbeef](https://togithub.com/Roasbeef) in [https://github.com/btcsuite/btcd/pull/1901](https://togithub.com/btcsuite/btcd/pull/1901) **Full Changelog**: https://github.com/btcsuite/btcd/compare/v0.22.1...v0.22.2 ### [`v0.22.1`](https://togithub.com/btcsuite/btcd/compare/v0.21.0-beta...v0.22.1) [Compare Source](https://togithub.com/btcsuite/btcd/compare/v0.21.0-beta...v0.22.1)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/xplorfin/lndmock":"/mnt/renovate/gh/xplorfin/lndmock" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e GOPATH -e GOPROXY -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/xplorfin/lndmock" docker.io/containerbase/sidecar bash -l -c "install-tool golang 1.20.2 && go get -d -t ./... && go mod tidy && go mod tidy"
go: downloading github.com/btcsuite/btcd v0.23.4
go: downloading github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1
go: downloading github.com/docker/docker v20.10.6+incompatible
go: downloading github.com/btcsuite/btcd/btcec/v2 v2.1.3
go: downloading github.com/btcsuite/btcd/btcutil v1.1.0
go: downloading github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1
go: downloading github.com/containerd/containerd v1.4.3
go: downloading github.com/decred/dcrd/crypto/blake256 v1.0.0
github.com/xplorfin/lndmock imports
    github.com/btcsuite/btcd/btcec: cannot find module providing package github.com/btcsuite/btcd/btcec
stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 11 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.