prometheus/vendor/github.com/go-openapi/jsonpointer
Tariq Ibrahim 83e6d56393 clean up indirects in go.mod manifest ()
Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
2019-10-30 08:50:55 +00:00
..
.editorconfig
.gitignore
.travis.yml clean up indirects in go.mod manifest () 2019-10-30 08:50:55 +00:00
CODE_OF_CONDUCT.md
go.mod clean up indirects in go.mod manifest () 2019-10-30 08:50:55 +00:00
go.sum clean up indirects in go.mod manifest () 2019-10-30 08:50:55 +00:00
LICENSE
pointer.go
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.