LN-Zap / lndconnect

Generate QRCode to connect apps to lnd
MIT License
94 stars 23 forks source link

No src/LN-Zap after go get -d #18

Open dsche-cyber opened 4 years ago

dsche-cyber commented 4 years ago

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/lndconnect@v0.2.0/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.

tradewind886 commented 3 years ago

still experiencing the same issue, was the project lightningnetwork/lnd/tor moved?