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
5 changes: 2 additions & 3 deletions cmd/openapi/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require (
github.com/charmbracelet/bubbles v1.0.0
github.com/charmbracelet/bubbletea v1.3.10
github.com/charmbracelet/lipgloss v1.1.0
github.com/speakeasy-api/openapi v1.24.1-0.20260806000239-84042ccaeccd
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260806000239-84042ccaeccd
github.com/speakeasy-api/openapi v1.25.1-0.20260826000718-9925d69ccf10
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260826000718-9925d69ccf10
github.com/spf13/cobra v1.10.2
github.com/stretchr/testify v1.12.1
gopkg.in/yaml.v3 v3.0.1
Expand Down Expand Up @@ -46,7 +46,6 @@ require (
github.com/vmware-labs/yaml-jsonpath v0.3.2 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
go.yaml.in/yaml/v3 v3.0.5 // indirect
golang.org/x/net v0.56.0 // indirect
golang.org/x/sync v0.22.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/text v0.41.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions cmd/openapi/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ 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/speakeasy-api/jsonpath v0.6.3 h1:c+QPwzAOdrWvzycuc9HFsIZcxKIaWcNpC+xhOW9rJxU=
github.com/speakeasy-api/jsonpath v0.6.3/go.mod h1:2cXloNuQ+RSXi5HTRaeBh7JEmjRXTiaKpFTdZiL7URI=
github.com/speakeasy-api/openapi v1.24.1-0.20260806000239-84042ccaeccd h1:P5SsLP/fGYpg9oXmLcTMrr77yRVtAPfERTfBbUCnJoI=
github.com/speakeasy-api/openapi v1.24.1-0.20260806000239-84042ccaeccd/go.mod h1:9gGkzi9jNspEbcB08zta+IjzAi5Zy4QgSEQfF/LSrbQ=
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260806000239-84042ccaeccd h1:b6UbWfOOmDG8ONG/w/Re7WKredLy29lTZPtZCyks6Rk=
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260806000239-84042ccaeccd/go.mod h1:Fz8z2PG23jAauk7o581rltKLwR7vbHAI79SLrXU0VJY=
github.com/speakeasy-api/openapi v1.25.1-0.20260826000718-9925d69ccf10 h1:oEw3aJBPZ10G2cB/4ia1CjwMFlo23ODdcUaSizonOrY=
github.com/speakeasy-api/openapi v1.25.1-0.20260826000718-9925d69ccf10/go.mod h1:vhsM9wp/WsxnsI9JJpf5o9t3D4Fir+1GlLNcSS0NlyA=
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260826000718-9925d69ccf10 h1:VLROp1B8eaeHaiaZrroDMljKs6Q03IQ3J0XhODFZ6bQ=
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260826000718-9925d69ccf10/go.mod h1:ghF3ccV8pSmWAIcsvxEBpbx0KFN67olqf/R2c/vs4NM=
github.com/spf13/cobra v1.10.2 h1:DMTTonx5m65Ic0GOoRY2c16WCbHxOOw6xxezuLaBpcU=
github.com/spf13/cobra v1.10.2/go.mod h1:7C1pvHqHw5A4vrJfjNwvOdzYu0Gml16OCs2GRiTUUS4=
github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY=
Expand Down
4 changes: 2 additions & 2 deletions openapi/linter/converter/tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ replace (
)

require (
github.com/speakeasy-api/openapi v1.24.1-0.20260806000239-84042ccaeccd
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260806000239-84042ccaeccd
github.com/speakeasy-api/openapi v1.25.1-0.20260826000718-9925d69ccf10
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260826000718-9925d69ccf10
github.com/stretchr/testify v1.12.1
)

Expand Down
2 changes: 1 addition & 1 deletion openapi/linter/customrules/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/dop251/goja v0.0.0-20260106131823-651366fbe6e3
github.com/evanw/esbuild v0.28.2
github.com/go-sourcemap/sourcemap v2.1.4+incompatible
github.com/speakeasy-api/openapi v1.24.1-0.20260806000239-84042ccaeccd
github.com/speakeasy-api/openapi v1.25.1-0.20260826000718-9925d69ccf10
github.com/stretchr/testify v1.12.1
gopkg.in/yaml.v3 v3.0.1
)
Expand Down