ceph-csi/vendor/github.com/go-openapi/jsonpointer
Madhu Rajanna c4f79d455f rebase: update kubernetes dep to 1.24.0
As kubernetes 1.24.0 is released, updating
kubernetes dependencies to 1.24.0

updates: #3086

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2022-05-09 09:16:12 +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
.travis.yml rebase: update kubernetes dep to 1.24.0 2022-05-09 09:16:12 +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 kubernetes dep to 1.24.0 2022-05-09 09:16:12 +00:00
README.md rebase: update kubernetes dep to 1.24.0 2022-05-09 09:16:12 +00: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.