We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043cab3 commit 9ba3c92Copy full SHA for 9ba3c92
1 file changed
go.mod
@@ -104,7 +104,7 @@ require (
104
)
105
106
// Remove 'in body' from errors, fix for Go 1.16 (https://github.com/go-openapi/validate/pull/138).
107
-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
108
109
// swag v0.22 breaks schemas_test.go:TestMapMergeAnchor, seems it doesn't support anchoring. Have to figure out that.
110
replace github.com/go-openapi/swag => github.com/go-openapi/swag v0.21.1
0 commit comments