CrazyMax cfa6b4f7c8
vendor: bump k8s to v0.25.4
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
..
.editorconfig vendor: bump k8s to v0.25.4
.gitignore vendor: bump k8s to v0.25.4
.travis.yml vendor: bump k8s to v0.25.4
CODE_OF_CONDUCT.md vendor: bump k8s to v0.25.4
LICENSE vendor: bump k8s to v0.25.4
README.md vendor: bump k8s to v0.25.4
pointer.go vendor: bump k8s to v0.25.4

README.md

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.