prometheus/vendor/github.com/go-openapi/jsonpointer
Ganesh Vernekar 8cc94fac93
Update dependencies for v2.23 (#8203)
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
2020-11-19 19:32:19 +05:30
..
.editorconfig config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
.gitignore config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
.travis.yml Update dependencies for v2.23 (#8203) 2020-11-19 19:32:19 +05:30
CODE_OF_CONDUCT.md config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
go.mod Updated all deps. 2020-04-23 13:43:59 +01:00
go.sum Updated all deps. 2020-04-23 13:43:59 +01:00
LICENSE config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
pointer.go Update dependencies for v2.23 (#8203) 2020-11-19 19:32:19 +05:30
README.md config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02: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.