Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ require (
github.com/go-openapi/spec v0.20.0
github.com/go-openapi/strfmt v0.20.0
github.com/go-openapi/swag v0.19.12
github.com/go-openapi/validate v0.20.0
github.com/go-openapi/validate v0.20.1
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.4.3
github.com/google/go-cmp v0.5.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/go-openapi/validate/type.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ github.com/go-openapi/strfmt
# github.com/go-openapi/swag v0.19.12
## explicit
github.com/go-openapi/swag
# github.com/go-openapi/validate v0.20.0
# github.com/go-openapi/validate v0.20.1
## explicit
github.com/go-openapi/validate
# github.com/go-stack/stack v1.8.0
Expand Down