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 0e596ca commit b4fe69cCopy full SHA for b4fe69c
1 file changed
go.mod
@@ -105,7 +105,7 @@ require (
105
)
106
107
// Remove 'in body' from errors, fix for Go 1.16 (https://github.com/go-openapi/validate/pull/138).
108
-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
109
110
// swag v0.22 breaks schemas_test.go:TestMapMergeAnchor, seems it doesn't support anchoring. Have to figure out that.
111
replace github.com/go-openapi/swag => github.com/go-openapi/swag v0.21.1
0 commit comments