prometheus/vendor/github.com/go-openapi/jsonpointer
Julien Pivotto ef63d8d16d Update vendors
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
2020-02-25 10:33:41 +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
go.mod Update vendors 2020-02-25 10:33:41 +01:00
go.sum Update vendors 2020-02-25 10:33:41 +01:00
LICENSE config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
pointer.go 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

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.