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

chore: move workload related defs to api module and remove cyclic dependency #2356

Merged
merged 6 commits into from
Feb 2, 2025

Conversation

blumamir
Copy link
Collaborator

This PR removes the dependency of the api module on the k8sutils module.
Since k8sutils obviously needs to depend on api, this causes cyclic dependency between modules and can sometimes manifest as errors when attempting new imports in code.

@@ -4,7 +4,6 @@ go 1.23.0

require (
github.com/odigos-io/odigos/common v0.0.0
github.com/odigos-io/odigos/k8sutils v0.0.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 🥳

@blumamir blumamir merged commit 9098447 into odigos-io:main Feb 2, 2025
43 of 45 checks passed
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