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

Consolidate YAML packages #46894

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft

Consolidate YAML packages #46894

wants to merge 6 commits into from

Conversation

atburke
Copy link
Contributor

@atburke atburke commented Sep 24, 2024

This change reduces the number of YAML packages that Teleport depends on. It adds api/utils/yaml, which exposes a union of github.com/ghodss/yaml and gopkg.in/yaml.v3. Future code should depend on this package instead of pulling in an external package.

@atburke atburke added the no-changelog Indicates that a PR does not require a changelog entry label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog Indicates that a PR does not require a changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant