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.2 [SECURITY] - autoclosed #45

Closed renovate[bot] closed 1 year 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.2

GitHub Vulnerability Alerts

CVE-2022-44797

btcd before 0.23.2, as used in Lightning Labs lnd before 0.15.2-beta and other Bitcoin-related products, mishandles witness size checking.


Release Notes

btcsuite/btcd ### [`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.22.0-beta...v0.22.1) [Compare Source](https://togithub.com/btcsuite/btcd/compare/v0.21.0-beta...v0.22.1)

Configuration

📅 Schedule: Branch creation - "" (UTC), 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_go --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/renovate/go:1.19.3 bash -l -c "go get -d -t ./... && go mod tidy && go mod tidy"
go: downloading github.com/brianvoe/gofakeit/v5 v5.11.2
go: downloading github.com/btcsuite/btcd v0.23.2
go: downloading github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1
go: downloading github.com/buger/jsonparser v1.1.1
go: downloading github.com/docker/docker v20.10.6+incompatible
go: downloading github.com/docker/go-connections v0.4.0
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/lightningnetwork/lnd v0.11.1-beta.rc5
go: downloading github.com/xplorfin/docker-utils v0.13.0
go: downloading github.com/xplorfin/netutils v0.42.0
go: downloading google.golang.org/grpc v1.29.1
go: downloading gopkg.in/macaroon.v2 v2.1.0
go: downloading github.com/stretchr/testify v1.7.0
go: downloading github.com/docker/go-units v0.4.0
go: downloading github.com/opencontainers/image-spec v1.0.1
go: downloading github.com/hashicorp/errwrap v1.0.0
go: downloading github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
go: downloading github.com/btcsuite/btcutil v1.0.2
go: downloading github.com/golang/protobuf v1.4.2
go: downloading github.com/gorilla/websocket v1.4.2
go: downloading github.com/grpc-ecosystem/grpc-gateway v1.14.3
go: downloading golang.org/x/net v0.0.0-20210510120150-4163338589ed
go: downloading gopkg.in/macaroon-bakery.v2 v2.0.1
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/go-errors/errors v1.0.1
go: downloading github.com/btcsuite/btcwallet v0.11.1-0.20200904022754-2c5947a45222
go: downloading github.com/google/uuid v1.2.0
go: downloading github.com/jpillora/backoff v1.0.0
go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
go: downloading golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
go: downloading github.com/opencontainers/go-digest v1.0.0
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 google.golang.org/protobuf v1.23.0
go: downloading google.golang.org/genproto v0.0.0-20190927181202-20e1ac93f88c
go: downloading github.com/btcsuite/btcutil/psbt v1.0.3-0.20200826194809-5f93e33af2b0
go: downloading github.com/btcsuite/btcwallet/wallet/txauthor v1.0.0
go: downloading github.com/btcsuite/btcwallet/wallet/txrules v1.0.0
go: downloading github.com/btcsuite/btcwallet/wtxmgr v1.2.0
go: downloading github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8
go: downloading github.com/rogpeppe/fastuuid v1.2.0
go: downloading gopkg.in/errgo.v1 v1.0.1
go: downloading github.com/miekg/dns v0.0.0-20171125082028-79bfde677fa8
go: downloading github.com/btcsuite/btcwallet/walletdb v1.3.3
go: downloading github.com/containerd/containerd v1.4.3
go: downloading github.com/docker/distribution v2.7.1+incompatible
go: downloading github.com/pkg/errors v0.9.1
go: downloading golang.org/x/sys v0.0.0-20210514084401-e8d321eab015
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf
go: downloading github.com/lightninglabs/neutrino v0.11.1-0.20200316235139-bffc52e8f200
go: downloading github.com/btcsuite/btcwallet/wallet/txsizes v1.0.0
go: downloading github.com/lightningnetwork/lnd/clock v1.0.1
go: downloading github.com/jrick/logrotate v1.0.0
go: downloading go.etcd.io/bbolt v1.3.5-0.20200615073812-232d8fc87f50
go: downloading github.com/coreos/etcd v3.3.22+incompatible
go: downloading github.com/sirupsen/logrus v1.8.0
go: downloading github.com/Microsoft/go-winio v0.4.16
go: downloading github.com/decred/dcrd/crypto/blake256 v1.0.0
go: downloading github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd
go: downloading github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792
go: downloading github.com/aead/siphash v1.0.1
go: downloading github.com/kkdai/bstream v0.0.0-20181106074824-b3251f7901ec
go: downloading github.com/lightningnetwork/lightning-onion v1.0.2-0.20200501022730-3c8c8d0b89ea
go: downloading github.com/ltcsuite/ltcd v0.0.0-20190101042124-f37f8bf35796
go: downloading github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f
go: downloading go.uber.org/zap v1.14.1
go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
go: downloading github.com/soheilhy/cmux v0.1.4
go: downloading github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5
go: downloading sigs.k8s.io/yaml v1.1.0
go: downloading github.com/magefile/mage v1.10.0
go: downloading golang.org/x/text v0.3.6
go: downloading github.com/decred/dcrd/lru v1.0.0
go: downloading github.com/lightningnetwork/lnd/queue v1.0.4
go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
go: downloading github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da
go: downloading github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
go: downloading github.com/coreos/go-semver v0.3.0
go: downloading go.uber.org/atomic v1.6.0
go: downloading go.uber.org/multierr v1.5.0
go: downloading github.com/jonboulle/clockwork v0.1.0
go: downloading github.com/prometheus/client_golang v0.9.3
go: downloading github.com/dustin/go-humanize v1.0.0
go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
go: downloading github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2
go: downloading golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
go: downloading gopkg.in/yaml.v2 v2.3.0
go: downloading github.com/lightningnetwork/lnd/ticker v1.0.0
go: downloading github.com/google/btree v1.0.0
go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible
go: downloading github.com/coreos/bbolt v1.3.3
go: downloading github.com/beorn7/perks v1.0.0
go: downloading github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
go: downloading github.com/prometheus/common v0.4.0
go: downloading github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084
go: downloading github.com/json-iterator/go v1.1.9
go: downloading github.com/modern-go/reflect2 v1.0.1
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
go: downloading github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421
go: downloading github.com/btcsuite/btcd v0.23.4
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.