Skip to content
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

exclude non-existing Grafana dependency #1136

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

skudasov
Copy link
Collaborator

@skudasov skudasov commented Sep 13, 2024


Below is a summarization created by an LLM (gpt-4-0125-preview). Be mindful of hallucinations and verify accuracy.

Why

The changes across multiple go.mod files uniformly exclude a specific version of github.com/sourcegraph/sourcegraph/lib to avoid potential compatibility issues or conflicts that this version may introduce within the projects.

What

  • havoc/go.mod, k8s-test-runner/go.mod, lib/go.mod, lib/grafana/go.mod, seth/examples_wasp/go.mod, seth/go.mod, tools/asciitable/go.mod, tools/citool/go.mod, tools/ecrimagefetcher/go.mod, tools/envresolve/go.mod, tools/ghlatestreleasechecker/go.mod, tools/ghsecrets/go.mod, tools/gotestloghelper/go.mod, tools/testlistgenerator/go.mod, tools/workflowresultparser/go.mod, wasp/examples/go.mod, wasp/go.mod
    • Added exclude github.com/sourcegraph/sourcegraph/lib v0.0.0-20221216004406-749998a2ac74 to explicitly exclude a specific version of github.com/sourcegraph/sourcegraph/lib. This ensures that the excluded version is not used by these modules, potentially avoiding compatibility or conflict issues.

@cl-sonarqube-production
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants