kilo/vendor/github.com/go-openapi/jsonreference
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
..
.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
reference.go vendor: revendor 2019-05-03 12:50:21 +02:00

README.md

gojsonreference Build Status codecov Slack Status

license GoDoc An implementation of JSON Reference - Go language

Status

Work in progress ( 90% done )

Dependencies

https://github.com/go-openapi/jsonpointer

References

http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-07

http://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03