We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem When running go mod tidy, I am seeing the error below.
Error go: github.com/aliyun/aliyun-log-go-sdk@v0.1.66 requires github.com/go-kit/kit@v0.10.0 requires sourcegraph.com/sourcegraph/appdash@v0.0.0-20190731080439-ebfcffb1b5c0: unrecognized import path "sourcegraph.com/sourcegraph/appdash": reading https://sourcegraph.com/sourcegraph/appdash?go-get=1: 404 Not Found
Downstream Project https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/exporter/awsxrayexporter/go.mod
Solution Can you bump go-kit/kit to 0.11.0?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
When running go mod tidy, I am seeing the error below.
Error
go: github.com/aliyun/aliyun-log-go-sdk@v0.1.66 requires
github.com/go-kit/kit@v0.10.0 requires
sourcegraph.com/sourcegraph/appdash@v0.0.0-20190731080439-ebfcffb1b5c0: unrecognized import path "sourcegraph.com/sourcegraph/appdash": reading https://sourcegraph.com/sourcegraph/appdash?go-get=1: 404 Not Found
Downstream Project
https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/exporter/awsxrayexporter/go.mod
Solution
Can you bump go-kit/kit to 0.11.0?
The text was updated successfully, but these errors were encountered: