lightninglabs/lndclient

Failing installing dependencies

ramses3 opened this issue · 2 comments

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?

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.

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