zfs-localpv/vendor/github.com/go-openapi/jsonpointer
Prateek Pandey b1aa6ab51a
refact(deps): bump k8s and client-go deps to version v0.20.2 (#294)
Signed-off-by: prateekpandey14 <prateek.pandey@mayadata.io>
2021-03-31 16:43:42 +05:30
..
.editorconfig refact(deps): bump k8s and client-go deps to version v0.20.2 (#294) 2021-03-31 16:43:42 +05:30
.gitignore refact(deps): bump k8s and client-go deps to version v0.20.2 (#294) 2021-03-31 16:43:42 +05:30
.travis.yml refact(deps): bump k8s and client-go deps to version v0.20.2 (#294) 2021-03-31 16:43:42 +05:30
CODE_OF_CONDUCT.md refact(deps): bump k8s and client-go deps to version v0.20.2 (#294) 2021-03-31 16:43:42 +05:30
go.mod refact(deps): bump k8s and client-go deps to version v0.20.2 (#294) 2021-03-31 16:43:42 +05:30
go.sum refact(deps): bump k8s and client-go deps to version v0.20.2 (#294) 2021-03-31 16:43:42 +05:30
LICENSE refact(deps): bump k8s and client-go deps to version v0.20.2 (#294) 2021-03-31 16:43:42 +05:30
pointer.go refact(deps): bump k8s and client-go deps to version v0.20.2 (#294) 2021-03-31 16:43:42 +05:30
README.md refact(deps): bump k8s and client-go deps to version v0.20.2 (#294) 2021-03-31 16:43:42 +05:30

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.