Failing installing dependencies
ramses3 opened this issue · 2 comments
ramses3 commented
github.com/lightninglabs/lndclient imports
github.com/btcsuite/btcd/btcec: cannot find module providing package github.com/btcsuite/btcd/btcec
How can this be solved?
guggero commented
You need to use a tagged version of lndclient
, see https://github.com/lightninglabs/lndclient/tags. Just using @latest
won't work as that will pull in a very old version.
aruokhai commented
One other way to reinstall all dependencie in a project that uses lndclient, delete the sum files and reference to lndclient in the mod file