Skip to content

Commit

Permalink
feat: Terraform initial deepObject style query parameter support, var…
Browse files Browse the repository at this point in the history
…ious language fixes for operationId with special characters, Go fix boolean const imports (#1273)
  • Loading branch information
bflad authored Feb 19, 2025
1 parent d20794e commit 3a99c19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ require (
github.com/sethvargo/go-githubactions v1.1.0
github.com/speakeasy-api/huh v1.1.2
github.com/speakeasy-api/openapi v0.1.6
github.com/speakeasy-api/openapi-generation/v2 v2.515.4
github.com/speakeasy-api/openapi-generation/v2 v2.517.3
github.com/speakeasy-api/openapi-overlay v0.10.1
github.com/speakeasy-api/sdk-gen-config v1.30.6
github.com/speakeasy-api/speakeasy-client-sdk-go/v3 v3.22.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -579,8 +579,8 @@ github.com/speakeasy-api/libopenapi v0.0.0-20241006201546-c9e5f704a939 h1:LGtzWU
github.com/speakeasy-api/libopenapi v0.0.0-20241006201546-c9e5f704a939/go.mod h1:9ap4lXBHgxGyFwxtOfa+B1C3IQ0rvnqteqjJvJ11oiQ=
github.com/speakeasy-api/openapi v0.1.6 h1:bpBiJ9P4hSVv2Vddk+ny6zeytPsDq0ttxl6DLAwC0zo=
github.com/speakeasy-api/openapi v0.1.6/go.mod h1:t1HA3wPC8jpGRr0UHW+SIvIB8dT5RXXi39XLrIG/URU=
github.com/speakeasy-api/openapi-generation/v2 v2.515.4 h1:GFkp2rASmvHHyhrSs/YTGCb2rZxSPGyFMRxa2XFg0jc=
github.com/speakeasy-api/openapi-generation/v2 v2.515.4/go.mod h1:xzMbxuM/rAb2wcmAPPh9KuEE4nk+y78jqocZ+ZNwBfA=
github.com/speakeasy-api/openapi-generation/v2 v2.517.3 h1:COd+E71a1AV1z9/wJoaiyQmiV495Jd/4J+r5gxTGUxs=
github.com/speakeasy-api/openapi-generation/v2 v2.517.3/go.mod h1:xzMbxuM/rAb2wcmAPPh9KuEE4nk+y78jqocZ+ZNwBfA=
github.com/speakeasy-api/openapi-overlay v0.10.1 h1:XFx/GvJvtAGf4dcQ6bxzsLNf76x/QWE2X0SSZrWojBQ=
github.com/speakeasy-api/openapi-overlay v0.10.1/go.mod h1:n0iOU7AqKpNFfEt6tq7qYITC4f0yzVVdFw0S7hukemg=
github.com/speakeasy-api/sdk-gen-config v1.30.6 h1:TqwG2EPlQBHMyJi0dNeWKvs1ebJoCN3Uy4/BS50l3EI=
Expand Down

0 comments on commit 3a99c19

Please sign in to comment.