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: consider switching JSON-schema dependency to github.com/santhosh-tekuri/jsonschema #5884

Open
thaJeztah opened this issue Mar 4, 2025 · 0 comments
Labels
area/dependencies help wanted kind/refactor PR's that refactor, or clean-up code

Comments

@thaJeztah
Copy link
Member

Description

The github.com/xeipuuv/gojsonschema module used for JSON-schema validation has not been maintained for a long time, and because of that, ended on the "avoid" list in kubernetes; kubernetes/kubernetes#128572 (comment)

The OCI image-spec has now transitioned to a new dependency (github.com/santhosh-tekuri/jsonschema) as replacement in v1.1.1, and we should look if we can follow so that we don't end up with two separate dependencies performing the same task;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies help wanted kind/refactor PR's that refactor, or clean-up code
Projects
None yet
Development

No branches or pull requests

1 participant