From 10443c0415b26b997c875198ca79d57464e1eafe Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 9 Jun 2026 12:50:20 +0000 Subject: [PATCH] chore(deps): update module github.com/flant/go-openapi-validate to v0.20.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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