diff --git a/go.mod b/go.mod index a5e71c7..7ff558c 100644 --- a/go.mod +++ b/go.mod @@ -104,7 +104,7 @@ require ( ) // Remove 'in body' from errors, fix for Go 1.16 (https://github.com/go-openapi/validate/pull/138). -replace github.com/go-openapi/validate => github.com/flant/go-openapi-validate v0.19.12-flant.1 +replace github.com/go-openapi/validate => github.com/flant/go-openapi-validate v0.20.2 // swag v0.22 breaks schemas_test.go:TestMapMergeAnchor, seems it doesn't support anchoring. Have to figure out that. replace github.com/go-openapi/swag => github.com/go-openapi/swag v0.21.1