Skip to content

Commit

Permalink
fix: handle acronyms in fields more idiomatically for supported langu…
Browse files Browse the repository at this point in the history
…ages
  • Loading branch information
TristanSpeakEasy committed Jan 5, 2023
1 parent 488785c commit 20a1b5e
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 @@ -7,7 +7,7 @@ require (
github.com/google/uuid v1.3.0
github.com/hexops/gotextdiff v1.0.3
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
github.com/speakeasy-api/openapi-generation v1.9.1
github.com/speakeasy-api/openapi-generation v1.9.2
github.com/speakeasy-api/speakeasy-client-sdk-go v0.1.3
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.13.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,8 @@ github.com/speakeasy-api/openapi-generation v1.9.0 h1:k3iGWzi+dDUrGd1sZbpvOnDaC5
github.com/speakeasy-api/openapi-generation v1.9.0/go.mod h1:eL+E8E2RscQVEorR8g3lTLzxo7ctjWSQlwNo6vToM7s=
github.com/speakeasy-api/openapi-generation v1.9.1 h1:GYpggl94C9qsAdeqj4sl0JbQub4nCIVizWX+zhluT8Y=
github.com/speakeasy-api/openapi-generation v1.9.1/go.mod h1:eL+E8E2RscQVEorR8g3lTLzxo7ctjWSQlwNo6vToM7s=
github.com/speakeasy-api/openapi-generation v1.9.2 h1:dP3WCENNOmZf47n8E2NGiPEgUGthzPcLm6+Lfqbx6Zw=
github.com/speakeasy-api/openapi-generation v1.9.2/go.mod h1:eL+E8E2RscQVEorR8g3lTLzxo7ctjWSQlwNo6vToM7s=
github.com/speakeasy-api/speakeasy-client-sdk-go v0.1.3 h1:+8KDzksf+IgIz4NuEMopi0yP2ly59zMGSHdc1ZwEQ9s=
github.com/speakeasy-api/speakeasy-client-sdk-go v0.1.3/go.mod h1:GkGNv8JpG5P3dH8SQJdyL+vqg51yiOMhGifqUPcekeM=
github.com/speakeasy-api/speakeasy-core v0.0.0-20220906154214-c4cfc66c4bb7 h1:3rKvk9/Xgj7ugJ3eGq3w4A+IW27U1lmQ+pBOMpbP6e8=
Expand Down

0 comments on commit 20a1b5e

Please sign in to comment.