prometheus/vendor/github.com/go-openapi/jsonpointer
Bartlomiej Plotka 86ff4a1717 Updated all deps.
Pinned github.com/googleapis/gnostic as they introduced braking change.


Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
2020-04-23 13:43:59 +01:00
..
.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 vendors 2020-02-25 10:33:41 +01:00
CODE_OF_CONDUCT.md config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
LICENSE config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
README.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
pointer.go Updated all deps. 2020-04-23 13:43:59 +01:00

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.