Skip to content

Commit

Permalink
feat: greatly improved oauth2 resource owner password credentials flo…
Browse files Browse the repository at this point in the history
…w support (#1085)
  • Loading branch information
disintegrator authored Nov 11, 2024
1 parent deb5d94 commit 539ce27
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 @@ -24,7 +24,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/sethvargo/go-githubactions v1.1.0
github.com/speakeasy-api/huh v1.1.2
github.com/speakeasy-api/openapi-generation/v2 v2.455.2
github.com/speakeasy-api/openapi-generation/v2 v2.456.0
github.com/speakeasy-api/openapi-overlay v0.9.0
github.com/speakeasy-api/sdk-gen-config v1.27.4
github.com/speakeasy-api/speakeasy-client-sdk-go/v3 v3.14.11
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,8 @@ github.com/speakeasy-api/libopenapi v0.0.0-20241006201546-c9e5f704a939 h1:LGtzWU
github.com/speakeasy-api/libopenapi v0.0.0-20241006201546-c9e5f704a939/go.mod h1:9ap4lXBHgxGyFwxtOfa+B1C3IQ0rvnqteqjJvJ11oiQ=
github.com/speakeasy-api/openapi v0.0.0-20241004083317-7ec21e855743 h1:vbPIxZofT7vol8mJeGkCSd7Xe3PM0fKZewlJ7UUYsTk=
github.com/speakeasy-api/openapi v0.0.0-20241004083317-7ec21e855743/go.mod h1:t1HA3wPC8jpGRr0UHW+SIvIB8dT5RXXi39XLrIG/URU=
github.com/speakeasy-api/openapi-generation/v2 v2.455.2 h1:Wt27Egi9zp0JFK9uZ8o0IIZBbG0jVFibfcZILuOqOAw=
github.com/speakeasy-api/openapi-generation/v2 v2.455.2/go.mod h1:pBDHLrszZpze4DmS/zE2tWqrZw4Dv/mjbuVZ/xULE40=
github.com/speakeasy-api/openapi-generation/v2 v2.456.0 h1:T8EzkvaqBCnaK47QQWvt9/3G57+w0M/cHf/a6+q8FSg=
github.com/speakeasy-api/openapi-generation/v2 v2.456.0/go.mod h1:N+FwuTGKLD4pyruQONfpDcq4IgfzK9/x5scd+Qe6QRk=
github.com/speakeasy-api/openapi-overlay v0.9.0 h1:Wrz6NO02cNlLzx1fB093lBlYxSI54VRhy1aSutx0PQg=
github.com/speakeasy-api/openapi-overlay v0.9.0/go.mod h1:f5FloQrHA7MsxYg9djzMD5h6dxrHjVVByWKh7an8TRc=
github.com/speakeasy-api/sdk-gen-config v1.27.4 h1:0a3kOB9j9HkaL1wehE7KzSXg5d19aBuEz9UxYKbJB58=
Expand Down

0 comments on commit 539ce27

Please sign in to comment.