ceph-csi/vendor/github.com/go-openapi/jsonpointer
Praveen M 4a1927f2f3 rebase: update K8s packages to v0.32.0
Update K8s packages in go.mod to v0.32.0

Signed-off-by: Praveen M <m.praveen@ibm.com>
2025-01-16 12:36:42 +00:00
..
.editorconfig rebase: update kubernetes dep to 1.24.0 2022-05-09 09:16:12 +00:00
.gitignore rebase: update kubernetes dep to 1.24.0 2022-05-09 09:16:12 +00:00
.golangci.yml rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
CODE_OF_CONDUCT.md rebase: update kubernetes dep to 1.24.0 2022-05-09 09:16:12 +00:00
LICENSE rebase: update kubernetes dep to 1.24.0 2022-05-09 09:16:12 +00:00
pointer.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
README.md rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00

gojsonpointer Build Status codecov

Slack Status license Go Reference Go Report Card

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.