full diff: https://github.com/xeipuuv/gojsonschema/compare/v1.1.0...v1.2.0 - Fix a race condition when registering new formats. - Improve the performance of uniqueItems. - Fix an issue where integers would be shown as a fraction - Require format to be of type string and formats can now be registered after a schema is parsed. - Improve the handling of true and false schema. - Fix an issue where an invalid schema would cause a panic. - Properly handle file URIs that contain spaces. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
8 lines
240 B
Modula-2
8 lines
240 B
Modula-2
module github.com/xeipuuv/gojsonschema
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
|
|
)
|