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.
2 parents 58243af + 29ddf5f commit bad0d95Copy full SHA for bad0d95
go.mod
@@ -3,10 +3,10 @@ module github.com/go-openapi/validate
3
go 1.14
4
5
require (
6
- github.com/go-openapi/analysis v0.21.1
+ github.com/go-openapi/analysis v0.21.2
7
github.com/go-openapi/errors v0.19.9
8
github.com/go-openapi/jsonpointer v0.19.5
9
- github.com/go-openapi/loads v0.20.3
+ github.com/go-openapi/loads v0.21.1
10
github.com/go-openapi/spec v0.20.4
11
github.com/go-openapi/strfmt v0.21.1
12
github.com/go-openapi/swag v0.21.1
0 commit comments