Skip to content

Commit 4a43c33

Browse files
feat: added java custom headers support, fixed oauth security templating for testing and custom security templating for terraform
1 parent 601b54a commit 4a43c33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require (
3838
github.com/sethvargo/go-githubactions v1.1.0
3939
github.com/speakeasy-api/huh v1.1.2
4040
github.com/speakeasy-api/openapi v1.6.4
41-
github.com/speakeasy-api/openapi-generation/v2 v2.706.1
41+
github.com/speakeasy-api/openapi-generation/v2 v2.707.0
4242
github.com/speakeasy-api/openapi-overlay v0.10.3
4343
github.com/speakeasy-api/sdk-gen-config v1.31.8
4444
github.com/speakeasy-api/speakeasy-client-sdk-go/v3 v3.26.7

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,8 +535,8 @@ github.com/speakeasy-api/libopenapi v0.21.9-fixhiddencomps-fixed h1:PL/kpBY5vkBm
535535
github.com/speakeasy-api/libopenapi v0.21.9-fixhiddencomps-fixed/go.mod h1:Gc8oQkjr2InxwumK0zOBtKN9gIlv9L2VmSVIUk2YxcU=
536536
github.com/speakeasy-api/openapi v1.6.4 h1:WLoZYEK9xZQVb2JNkbXWS0HBwHYQ3GNqf+8Q3E/kXmA=
537537
github.com/speakeasy-api/openapi v1.6.4/go.mod h1:fy+CvRcKj+HDU0QNdnyG6UkfJOEjhqCuNC7o4AtLPAk=
538-
github.com/speakeasy-api/openapi-generation/v2 v2.706.1 h1:JSsva3UIyEHVMnAlTQKOwUkszGunefqc9x79NthLuZE=
539-
github.com/speakeasy-api/openapi-generation/v2 v2.706.1/go.mod h1:Ch1ZBQYwDTehi+gj5sVghKSpxgTKdzvFWorgO/w0Q2I=
538+
github.com/speakeasy-api/openapi-generation/v2 v2.707.0 h1:AVGP1dkeqf/p+Zkr6yvuZtr3KWHSn5ykqbnUEGZUbzw=
539+
github.com/speakeasy-api/openapi-generation/v2 v2.707.0/go.mod h1:Ch1ZBQYwDTehi+gj5sVghKSpxgTKdzvFWorgO/w0Q2I=
540540
github.com/speakeasy-api/openapi-overlay v0.10.3 h1:70een4vwHyslIp796vM+ox6VISClhtXsCjrQNhxwvWs=
541541
github.com/speakeasy-api/openapi-overlay v0.10.3/go.mod h1:RJjV0jbUHqXLS0/Mxv5XE7LAnJHqHw+01RDdpoGqiyY=
542542
github.com/speakeasy-api/sdk-gen-config v1.31.8 h1:5tra06b/guHwcgMJe+nW4PGsb9Vz6lbsi7IiyZ3y5CM=

0 commit comments

Comments
 (0)