diff --git a/go.mod b/go.mod index ef1b858..cf2b137 100644 --- a/go.mod +++ b/go.mod @@ -106,7 +106,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