Skip to content

Commit

Permalink
feat: control naming of methods (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraagnalluri authored Dec 22, 2022
1 parent be50e37 commit 056113b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
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.8.2
github.com/speakeasy-api/openapi-generation v1.8.3
github.com/speakeasy-api/speakeasy-client-sdk-go v0.1.3
github.com/spf13/cobra v1.5.0
github.com/spf13/viper v1.13.0
Expand Down
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,8 @@ github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06/go.mod h1:+e
github.com/sergi/go-diff v1.1.0 h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0=
github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc=
github.com/speakeasy-api/openapi-generation v1.8.1 h1:pBeLjh4lU+IyKYWBDSB9S88i6P0rKLRBInG/bESKhiY=
github.com/speakeasy-api/openapi-generation v1.8.1/go.mod h1:CezqWeZKyLNuXtJhxbteQkj+V4klwYZO9cGPZNwHhsA=
github.com/speakeasy-api/openapi-generation v1.8.2 h1:4Rw8wE/jdLzvkoLusqaPclGZPJu40vloFgWgyq2dqjg=
github.com/speakeasy-api/openapi-generation v1.8.2/go.mod h1:CezqWeZKyLNuXtJhxbteQkj+V4klwYZO9cGPZNwHhsA=
github.com/speakeasy-api/openapi-generation v1.8.3 h1:g/TdrGJyvzZsgMyLBBANOir6mzpPgyhwW/KtS+DXqvc=
github.com/speakeasy-api/openapi-generation v1.8.3/go.mod h1:CezqWeZKyLNuXtJhxbteQkj+V4klwYZO9cGPZNwHhsA=
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 056113b

Please sign in to comment.