Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ require (
github.com/pkg/errors v0.9.1
github.com/sethvargo/go-githubactions v1.1.0
github.com/speakeasy-api/huh v1.1.1
github.com/speakeasy-api/openapi-generation/v2 v2.396.0
github.com/speakeasy-api/openapi-generation/v2 v2.399.0
github.com/speakeasy-api/openapi-overlay v0.9.0
github.com/speakeasy-api/sdk-gen-config v1.16.3-0.20240729110508-03297b5219a8
github.com/speakeasy-api/sdk-gen-config v1.17.1
github.com/speakeasy-api/speakeasy-client-sdk-go/v3 v3.12.5
github.com/speakeasy-api/speakeasy-core v0.13.1
github.com/speakeasy-api/speakeasy-proxy v0.0.2
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -500,10 +500,14 @@ github.com/speakeasy-api/jsonpath v0.1.1 h1:79gtq+zHYPe9dR1urEwl/PPsvP9nMRTGG1xH
github.com/speakeasy-api/jsonpath v0.1.1/go.mod h1:Py01TnxRUMhC0/FT954KBiaDY2/kaZv3QMc8JxQaVys=
github.com/speakeasy-api/openapi-generation/v2 v2.396.0 h1:C508flSHG7ilNEVD3f+oXUrEJGXAS2CnsmQkj1UqJqs=
github.com/speakeasy-api/openapi-generation/v2 v2.396.0/go.mod h1:SyAOAmw08IdSxib03itQGPDSgblwulNXNk0PC3MXq1g=
github.com/speakeasy-api/openapi-generation/v2 v2.399.0 h1:RDVuyCdxT7WLOlIkJ3UpDqHxAPns1+mPfdJfvEk47dM=
github.com/speakeasy-api/openapi-generation/v2 v2.399.0/go.mod h1:TThE6Pr3xMunJdKz5pW0KMtZV93yllNoEEVCAEXZpZU=
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.16.3-0.20240729110508-03297b5219a8 h1:vPHo2M26wafMdQC2KI5iPdwYm23CyntzKZmFLalyC/I=
github.com/speakeasy-api/sdk-gen-config v1.16.3-0.20240729110508-03297b5219a8/go.mod h1:7FsPqdsh//6Z0OcO/jQPD66l6/m1YVvK5tmt0+KRpdo=
github.com/speakeasy-api/sdk-gen-config v1.17.1 h1:tnSULwGwbIt+1/UC6gTS1AGXsQD3BliPBJhtBWr3zEw=
github.com/speakeasy-api/sdk-gen-config v1.17.1/go.mod h1:7FsPqdsh//6Z0OcO/jQPD66l6/m1YVvK5tmt0+KRpdo=
github.com/speakeasy-api/speakeasy-client-sdk-go/v3 v3.12.5 h1:B1PZcFT/gK+2Ry47mcfSPGwMWqUU8Mcxd4flUAehDhY=
github.com/speakeasy-api/speakeasy-client-sdk-go/v3 v3.12.5/go.mod h1:b4fiZ1Wid0JHwwiYqhaPifDwjmC15uiN7A8Cmid+9kw=
github.com/speakeasy-api/speakeasy-core v0.13.1 h1:bKgdq///fqDAQINywUd9Dv+AyYeVjvz+Mv0kuWUEh0A=
Expand Down