-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps Go dependencies to their latest minor versions. getkin/kin-openapi is in v0 and introduced breaking changes in v0.113.0 that this changeset deals with: https://github.com/getkin/kin-openapi#v01130 OpenAPI Extensions are now of type map[string]interface{} instead of a map embedded in a struct. This impacts the way Reflect Walk has to be performed. A few openapi3 types have now an `extra` unexported field which needs to be ignored when comparing struct with go-cmp. A mergeMap generic utility function has been introduced to simplify merging components and avoid code repetition.
- Loading branch information
Showing
24 changed files
with
550 additions
and
366 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.