kilo/vendor/github.com/go-openapi/jsonpointer
leonnicolas a3bf13711c
go.mod: bump client-go and api machinerie
I had to run `make generate`.
Some API functions got additional parameters `Options` and `Context`.
I used empty options and `context.TODO()` for now.

Signed-off-by: leonnicolas <leonloechner@gmx.de>
2021-05-15 12:12:50 +02:00
..
.editorconfig vendor: revendor 2019-05-03 12:50:21 +02:00
.gitignore vendor: revendor 2019-05-03 12:50:21 +02:00
.travis.yml go.mod: bump client-go and api machinerie 2021-05-15 12:12:50 +02:00
CODE_OF_CONDUCT.md vendor: revendor 2019-05-03 12:50:21 +02:00
LICENSE vendor: revendor 2019-05-03 12:50:21 +02:00
README.md vendor: revendor 2019-05-03 12:50:21 +02:00
go.mod go.mod: bump client-go and api machinerie 2021-05-15 12:12:50 +02:00
go.sum go.mod: bump client-go and api machinerie 2021-05-15 12:12:50 +02:00
pointer.go go.mod: bump client-go and api machinerie 2021-05-15 12:12:50 +02: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.