From 0d05a1fe80038810ef8e34eb21d90a81fc548058 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 19 Sep 2026 16:33:40 +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 adf93f0c..3ddf58a4 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