You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get go: github.com/LN-Zap/lndconnect upgrade => v0.2.0 go: finding module for package github.com/skip2/go-qrcode go: finding module for package github.com/lightningnetwork/lnd/tor go: finding module for package github.com/glendc/go-external-ip go: finding module for package github.com/jessevdk/go-flags go: finding module for package github.com/btcsuite/btcutil go: finding module for package github.com/Baozisoftware/qrcode-terminal-go go: found github.com/Baozisoftware/qrcode-terminal-go in github.com/Baozisoftware/qrcode-terminal-go v0.0.0-20170407111555-c0650d8dff0f go: found github.com/btcsuite/btcutil in github.com/btcsuite/btcutil v1.0.2 go: found github.com/glendc/go-external-ip in github.com/glendc/go-external-ip v0.0.0-20200601212049-c872357d968e go: found github.com/jessevdk/go-flags in github.com/jessevdk/go-flags v1.4.0 go: found github.com/skip2/go-qrcode in github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e go: finding module for package github.com/lightningnetwork/lnd/tor go: finding module for package github.com/mattn/go-colorable go: found github.com/mattn/go-colorable in github.com/mattn/go-colorable v0.1.7 go: finding module for package github.com/lightningnetwork/lnd/tor go: finding module for package github.com/lightningnetwork/lnd/tor go: finding module for package github.com/lightningnetwork/lnd/tor gocode/pkg/mod/github.com/!l!n-!zap/[email protected]/config.go:16:2: module github.com/lightningnetwork/lnd@latest found (v0.0.2), but does not contain package github.com/lightningnetwork/lnd/tor
But there is a /GOPATH/src/github.com/lightningnetwork/lnd/tor
What happend
After:
go get -d github.com/LN-Zap/lndconnect
I get
go: github.com/LN-Zap/lndconnect upgrade => v0.2.0 go: finding module for package github.com/skip2/go-qrcode go: finding module for package github.com/lightningnetwork/lnd/tor go: finding module for package github.com/glendc/go-external-ip go: finding module for package github.com/jessevdk/go-flags go: finding module for package github.com/btcsuite/btcutil go: finding module for package github.com/Baozisoftware/qrcode-terminal-go go: found github.com/Baozisoftware/qrcode-terminal-go in github.com/Baozisoftware/qrcode-terminal-go v0.0.0-20170407111555-c0650d8dff0f go: found github.com/btcsuite/btcutil in github.com/btcsuite/btcutil v1.0.2 go: found github.com/glendc/go-external-ip in github.com/glendc/go-external-ip v0.0.0-20200601212049-c872357d968e go: found github.com/jessevdk/go-flags in github.com/jessevdk/go-flags v1.4.0 go: found github.com/skip2/go-qrcode in github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e go: finding module for package github.com/lightningnetwork/lnd/tor go: finding module for package github.com/mattn/go-colorable go: found github.com/mattn/go-colorable in github.com/mattn/go-colorable v0.1.7 go: finding module for package github.com/lightningnetwork/lnd/tor go: finding module for package github.com/lightningnetwork/lnd/tor go: finding module for package github.com/lightningnetwork/lnd/tor gocode/pkg/mod/github.com/!l!n-!zap/[email protected]/config.go:16:2: module github.com/lightningnetwork/lnd@latest found (v0.0.2), but does not contain package github.com/lightningnetwork/lnd/tor
But there is a /GOPATH/src/github.com/lightningnetwork/lnd/tor
go env:
GO111MODULE="on" GOARCH="amd64" GOBIN="" GOCACHE="/home/dsche/.cache/go-build" GOENV="/home/dsche/.config/go/env" GOEXE="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOINSECURE="" GONOPROXY="" GONOSUMDB="" GOOS="linux" GOPATH="/home/dsche/gocode"
Result
Can't install.
System
Linux 5.6.16-1-MANJARO
LND 0.10.1-beta from AUR:
https://aur.archlinux.org/packages/lnd/
probably you will find the problem in the PKGBUILD there.
The text was updated successfully, but these errors were encountered: