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

Use canonical json-patch v4 import #5541

Merged
merged 1 commit into from
Feb 27, 2024

Commits on Feb 16, 2024

  1. Use canonical json-patch v4 import

    The canonical import for json-patch v4 is
    gopkg.in/evanphx/json-patch.v4 (see
    https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
    reference).
    
    Using the v4-specific path should also reduce the risk of unwanted v5
    upgrade attempts (see
    kubernetes/kubernetes#120327 for context).
    
    Signed-off-by: Stephen Kitt <skitt@redhat.com>
    skitt committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    bcf100f View commit details
    Browse the repository at this point in the history