Skip to content

Commit

Permalink
feat: add support for x-speakeasy-extension-rewrite, decimals in C# a…
Browse files Browse the repository at this point in the history
…nd various fixes
  • Loading branch information
TristanSpeakEasy committed Sep 4, 2023
1 parent b07ecec commit fb3f8ee
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 @@ -13,7 +13,7 @@ require (
github.com/manifoldco/promptui v0.9.0
github.com/pb33f/libopenapi v0.9.9
github.com/sethvargo/go-githubactions v1.1.0
github.com/speakeasy-api/openapi-generation/v2 v2.93.0
github.com/speakeasy-api/openapi-generation/v2 v2.95.0
github.com/speakeasy-api/speakeasy-client-sdk-go v1.14.0
github.com/speakeasy-api/speakeasy-core v0.0.0-20230614153131-6b4b81e1c6a4
github.com/speakeasy-api/speakeasy-proxy v0.0.0-20230602101639-c41c44041e5a
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -525,8 +525,8 @@ github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeV
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
github.com/speakeasy-api/easytemplate v0.7.4 h1:6iesUjK410/ClRYhBZtV2G1H70C3+S3PbWyYOUcnjkM=
github.com/speakeasy-api/easytemplate v0.7.4/go.mod h1:wpCVerXH0vA5Fu34xgXK2jJC5UEL42WRa6Pk+1K32yw=
github.com/speakeasy-api/openapi-generation/v2 v2.93.0 h1:HoclUNh/+MesnyPakWJir9QDUvycs/2SuBVpRsQfLB8=
github.com/speakeasy-api/openapi-generation/v2 v2.93.0/go.mod h1:ts+SrgreXIKVAUL77djM6imWsSggfo7DWM8FkyI/vps=
github.com/speakeasy-api/openapi-generation/v2 v2.95.0 h1:qyYFMnbuQjQLHEoSq1uZ8nGE737wJTh0RErO0Yj/RXg=
github.com/speakeasy-api/openapi-generation/v2 v2.95.0/go.mod h1:ts+SrgreXIKVAUL77djM6imWsSggfo7DWM8FkyI/vps=
github.com/speakeasy-api/sdk-gen-config v0.8.1 h1:2DQibuWJuWGpCixaDJMiHkQUODKEJOWiklWoBDmqtZA=
github.com/speakeasy-api/sdk-gen-config v0.8.1/go.mod h1:osr44mhKoRboNtEDMPaDoyH486pLLJH8yvKvnujqnUU=
github.com/speakeasy-api/speakeasy-client-sdk-go v1.14.0 h1:RqYjM0okHjjEyKRxumaTmZDWt68nGZo1sbIfALyqLCg=
Expand Down

0 comments on commit fb3f8ee

Please sign in to comment.