prometheus/vendor/github.com/go-openapi/jsonpointer
Tariq Ibrahim 83e6d56393 clean up indirects in go.mod manifest (#6249)
Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
2019-10-30 08:50:55 +00: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 clean up indirects in go.mod manifest (#6249) 2019-10-30 08:50:55 +00:00
CODE_OF_CONDUCT.md config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
go.mod clean up indirects in go.mod manifest (#6249) 2019-10-30 08:50:55 +00:00
go.sum clean up indirects in go.mod manifest (#6249) 2019-10-30 08:50:55 +00: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.