-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build fails because of missing dependency #56
Comments
Can't reproduce this behaviour. Just did a |
I tried this on 2 separate machines on diffirent networks, one was running go 1.18.1 linux/amd64 on lubuntu 21.10, second was on macOS Monterey 12.3, go1.18.2 darwin/arm64. Same results. Can you try again, but with all module caches cleared? |
I will try it later, yes. Weird problem |
It worked for me with cleaned caches on my linux/amd64 with go 1.18.2 |
The problem came now up with the latest dependency-updates. I solved it by replacing the indirect etcd version 3.5.2 with 3.6.0-alpha.0. This issue was caused by a breaking change of opentelemetry. |
Running
go mod tidy
after cloning repo complains about opentelemetry package not containing required moduleThe text was updated successfully, but these errors were encountered: