From 9ba3c92045b9ecce9f2f8973a9fe8de684815e1f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 1 Jun 2026 00:12:43 +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 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