-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go.mod: update github.com/deepmap/oapi-codegen to 1.11
Oh my, what an update. Lemme list what needed to be fixed: - github.com/getkin/kin-openapi v0.61.0 renamed some methods, we needed to adjust (mostly openapi3.Swagger and openapi3.NewSwaggerLoader) - github.com/deepmap/oapi-codegen v1.11.0 removed configuration by arguments, so I had to create server.cfg.yaml and client.cfg.yaml - otherwise, enums are now generated differently, so this had to be adjusted and also uuids are nowadays natively supported, so they required changes as well
- Loading branch information
1 parent
fd44fa1
commit 03b130c
Showing
177 changed files
with
20,959 additions
and
3,716 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package: composer | ||
output: openapi.v2.gen.go | ||
generate: | ||
models: true |
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.