Skip to content

Commit

Permalink
fix: TS SDK auth (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraagnalluri authored Dec 27, 2022
1 parent 056113b commit 5369346
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 @@ -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.3
github.com/speakeasy-api/openapi-generation v1.8.4
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
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +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.3 h1:g/TdrGJyvzZsgMyLBBANOir6mzpPgyhwW/KtS+DXqvc=
github.com/speakeasy-api/openapi-generation v1.8.3/go.mod h1:CezqWeZKyLNuXtJhxbteQkj+V4klwYZO9cGPZNwHhsA=
github.com/speakeasy-api/openapi-generation v1.8.4 h1:VfXrq7A0u5aDphIq3kQM/2VPO0bPDlc1VkZNuLUG38A=
github.com/speakeasy-api/openapi-generation v1.8.4/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 5369346

Please sign in to comment.