edouardparis / lntop

:zap: LN terminal dashboard :bar_chart:
MIT License
183 stars 24 forks source link

git.schwanenlied.me missing #65

Open depsibob opened 2 years ago

depsibob commented 2 years ago

When running: "go build" in lntop I get this message:

go: git.schwanenlied.me/yawning/bsaes.git@v0.0.0-20180720073208-c0276d75487e: git fetch -f git://git.schwanenlied.me/yawning/bsaes refs/heads/:refs/heads/ refs/tags/:refs/tags/ in /home/lnd/go/pkg/mod/cache/vcs/7eea7e6da5639dca452594d1b27f1f302ecc350d3818bf7255e110b8cdc8d151: exit status 128: fatal: unable to look up git.schwanenlied.me (port 9418) (Name or service not known)

Now yawning has a mirror at https://gitlab.com/yawning/bsaes, but how do I use that in "go build"?

endurance1968 commented 2 years ago

same here would be nice to get a hint for this

edouardparis commented 2 years ago

Sorry I cannot reproduce the error on my side. go modules and bad dep management make everything hell in go and lnd has a lot of replace directive. Please try to add`https://github.com/lightningnetwork/lnd/blob/master/go.mod#L79 to the lntop go.mod file and tell me the result Thank you