Skip to content

Commit b07ecec

Browse files
fix: github action badge for sdks (#220)
1 parent dc07edc commit b07ecec

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/manifoldco/promptui v0.9.0
1414
github.com/pb33f/libopenapi v0.9.9
1515
github.com/sethvargo/go-githubactions v1.1.0
16-
github.com/speakeasy-api/openapi-generation/v2 v2.91.4
16+
github.com/speakeasy-api/openapi-generation/v2 v2.93.0
1717
github.com/speakeasy-api/speakeasy-client-sdk-go v1.14.0
1818
github.com/speakeasy-api/speakeasy-core v0.0.0-20230614153131-6b4b81e1c6a4
1919
github.com/speakeasy-api/speakeasy-proxy v0.0.0-20230602101639-c41c44041e5a

go.sum

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -525,10 +525,8 @@ github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeV
525525
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
526526
github.com/speakeasy-api/easytemplate v0.7.4 h1:6iesUjK410/ClRYhBZtV2G1H70C3+S3PbWyYOUcnjkM=
527527
github.com/speakeasy-api/easytemplate v0.7.4/go.mod h1:wpCVerXH0vA5Fu34xgXK2jJC5UEL42WRa6Pk+1K32yw=
528-
github.com/speakeasy-api/openapi-generation/v2 v2.91.2 h1:M4TJ2usqlavQAhVPzm1c6xDcABs6ffJuOsOG0sgnaq4=
529-
github.com/speakeasy-api/openapi-generation/v2 v2.91.2/go.mod h1:ts+SrgreXIKVAUL77djM6imWsSggfo7DWM8FkyI/vps=
530-
github.com/speakeasy-api/openapi-generation/v2 v2.91.4 h1:DWnfTIeQGVXUBDLnCEwjFqVu9HI0TfCZCumtUULTnDM=
531-
github.com/speakeasy-api/openapi-generation/v2 v2.91.4/go.mod h1:ts+SrgreXIKVAUL77djM6imWsSggfo7DWM8FkyI/vps=
528+
github.com/speakeasy-api/openapi-generation/v2 v2.93.0 h1:HoclUNh/+MesnyPakWJir9QDUvycs/2SuBVpRsQfLB8=
529+
github.com/speakeasy-api/openapi-generation/v2 v2.93.0/go.mod h1:ts+SrgreXIKVAUL77djM6imWsSggfo7DWM8FkyI/vps=
532530
github.com/speakeasy-api/sdk-gen-config v0.8.1 h1:2DQibuWJuWGpCixaDJMiHkQUODKEJOWiklWoBDmqtZA=
533531
github.com/speakeasy-api/sdk-gen-config v0.8.1/go.mod h1:osr44mhKoRboNtEDMPaDoyH486pLLJH8yvKvnujqnUU=
534532
github.com/speakeasy-api/speakeasy-client-sdk-go v1.14.0 h1:RqYjM0okHjjEyKRxumaTmZDWt68nGZo1sbIfALyqLCg=

0 commit comments

Comments
 (0)