-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Background
Describe your issue here.
I am trying to install lnd with go get -d github.com/lightningnetwork/lnd
Your environment
- version of
lndnone - which operating system (
uname -aon *Nix) Linux 5.4.0-77-generic Change signature encoding to 64 bytes fixed on wire #86-Ubuntu SMP Thu Jun 17 02:35:03 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux - version of
btcd,bitcoind, or other backend btcd version 0.22.0-beta - any other relevant environment details
Steps to reproduce
Tell us how to reproduce this issue. Please provide stacktraces and links to code in question.
Expected behaviour
should install lnd
Actual behaviour
can't find many modules
go get -d github.com/lightningnetwork/lnd
go: downloading github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef
go: downloading golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
go: downloading golang.org/x/net v0.0.0-20211029224645-99673261e6eb
go: downloading google.golang.org/grpc v1.41.0
go: downloading github.com/btcsuite/btcd v0.0.0-20190629003639-c26ffa870fd8
go: downloading github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
go: downloading google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
go: downloading golang.org/x/text v0.3.6
go: downloading github.com/codahale/chacha20 v0.0.0-20151107025005-ec07b4f69a3f
go: downloading github.com/btcsuite/golangcrypto v0.0.0-20150304025918-53f62d9b43e8
github.com/lightningnetwork/lnd imports
github.com/BitfuryLightning/tools/routing: cannot find module providing package github.com/BitfuryLightning/tools/routing
github.com/lightningnetwork/lnd imports
github.com/BitfuryLightning/tools/rt: cannot find module providing package github.com/BitfuryLightning/tools/rt
github.com/lightningnetwork/lnd imports
github.com/BitfuryLightning/tools/rt/graph: cannot find module providing package github.com/BitfuryLightning/tools/rt/graph
github.com/lightningnetwork/lnd imports
github.com/btcsuite/seelog: cannot find module providing package github.com/btcsuite/seelog
github.com/lightningnetwork/lnd imports
github.com/roasbeef/btcd/rpctest: cannot find module providing package github.com/roasbeef/btcd/rpctest
github.com/lightningnetwork/lnd imports
github.com/roasbeef/btcwallet/waddrmgr: cannot find module providing package github.com/roasbeef/btcwallet/waddrmgr
github.com/lightningnetwork/lnd imports
github.com/lightningnetwork/lnd/lnwallet imports
github.com/roasbeef/btcwallet/wallet: cannot find module providing package github.com/roasbeef/btcwallet/wallet
github.com/lightningnetwork/lnd imports
github.com/lightningnetwork/lnd/lnwallet/btcwallet imports
github.com/roasbeef/btcwallet/chain: cannot find module providing package github.com/roasbeef/btcwallet/chain
github.com/lightningnetwork/lnd imports
github.com/lightningnetwork/lnd/lnwallet/btcwallet imports
github.com/roasbeef/btcwallet/walletdb: cannot find module providing package github.com/roasbeef/btcwallet/walletdb
github.com/lightningnetwork/lnd imports
github.com/lightningnetwork/lnd/lnwallet/btcwallet imports
github.com/roasbeef/btcwallet/walletdb/bdb: cannot find module providing package github.com/roasbeef/btcwallet/walletdb/bdb
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels