Fix validation for array setters

This commit is contained in:
Phani Teja Marupaka
2020-06-18 11:50:02 -07:00
parent 8576acf1aa
commit 52e8a701ac
3 changed files with 36 additions and 8 deletions

View File

@@ -5,7 +5,6 @@ go 1.14
require (
github.com/davecgh/go-spew v1.1.1
github.com/go-errors/errors v1.0.1
github.com/go-openapi/errors v0.19.2
github.com/go-openapi/spec v0.19.5
github.com/go-openapi/strfmt v0.19.5
github.com/go-openapi/validate v0.19.8