You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(deps): update module github.com/getkin/kin-openapi to v0.134.0 (go.mod) (#2295)
* fix: support kin-openapi v0.134.0 MappingRef type change
In kin-openapi v0.134.0, Discriminator.Mapping changed from
map[string]string to StringMap[MappingRef], where MappingRef is
type MappingRef SchemaRef (a struct with a Ref string field).
This caused a compile error in generateUnion where v (MappingRef) was
compared directly against element.Ref (string). Fix by comparing
v.Ref instead.
Bump kin-openapi dependency to v0.134.0.
* fix(deps): update module github.com/getkin/kin-openapi to v0.134.0 (go.mod)
* fixup! fix(deps): update module github.com/getkin/kin-openapi to v0.134.0 (go.mod)
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jamie Tanna <[email protected]>
0 commit comments