spiegel_podman/vendor/github.com/go-openapi/jsonpointer
tomsweeneyredhat 2ba0070cc4
Bump runc to 1.2.9, Buildah 1.29.6
Cherry picked from commit 2e8bce201e with
additional updates required for the v4.2.0-rhel branch.

Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>

Assisted by AI: Cursor <Auto>
Signed-off-by: Chris Evich <cevich@redhat.com>
2026-01-28 10:45:58 -05:00
..
.editorconfig Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
.gitignore Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
CODE_OF_CONDUCT.md Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
LICENSE Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
pointer.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
README.md Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00

gojsonpointer Build Status codecov Slack Status

license GoDoc An implementation of JSON Pointer - Go language

Status

Completed YES

Tested YES

References

http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-07

Note

The 4.Evaluation part of the previous reference, starting with 'If the currently referenced value is a JSON array, the reference token MUST contain either...' is not implemented.