Skip to content

Commit

Permalink
fix: improve handling of associative arrays contained in unions of PHP (
Browse files Browse the repository at this point in the history
  • Loading branch information
idbentley committed Sep 16, 2024
1 parent 7aa9120 commit bd694e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/sethvargo/go-githubactions v1.1.0
github.com/speakeasy-api/huh v1.1.1
github.com/speakeasy-api/openapi-generation/v2 v2.415.7
github.com/speakeasy-api/openapi-generation/v2 v2.415.8
github.com/speakeasy-api/openapi-overlay v0.9.0
github.com/speakeasy-api/sdk-gen-config v1.22.0
github.com/speakeasy-api/speakeasy-client-sdk-go/v3 v3.13.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,8 @@ github.com/speakeasy-api/libopenapi v0.0.0-20240814113924-cc96d2bc2826 h1:IT86Qe
github.com/speakeasy-api/libopenapi v0.0.0-20240814113924-cc96d2bc2826/go.mod h1:EjqZbDvviAL4wH/7DF43JuA17D1YTIydhs8qZmjYrWo=
github.com/speakeasy-api/openapi-generation/v2 v2.415.7 h1:tIxl/rr/x/HkOYFNSN47Hzppgc8PiQ5XMBoewp5DP6U=
github.com/speakeasy-api/openapi-generation/v2 v2.415.7/go.mod h1:AmiD1HPK7QC46gq3/kKvgtdg22qr1BJO+HuV4vZT2RU=
github.com/speakeasy-api/openapi-generation/v2 v2.415.8 h1:ER27ONj3GdpnMap2fiDjKceE8n4peAV4GGwrtO2ffAI=
github.com/speakeasy-api/openapi-generation/v2 v2.415.8/go.mod h1:AmiD1HPK7QC46gq3/kKvgtdg22qr1BJO+HuV4vZT2RU=
github.com/speakeasy-api/openapi-overlay v0.9.0 h1:Wrz6NO02cNlLzx1fB093lBlYxSI54VRhy1aSutx0PQg=
github.com/speakeasy-api/openapi-overlay v0.9.0/go.mod h1:f5FloQrHA7MsxYg9djzMD5h6dxrHjVVByWKh7an8TRc=
github.com/speakeasy-api/sdk-gen-config v1.22.0 h1:BGiTEiseH6xjCbddOTF/SN3CL2rGCsQayf3BxXkTqTA=
Expand Down

0 comments on commit bd694e7

Please sign in to comment.