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: 3 additions & 2 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.23.2-0.20260619060529-6c5797a06892
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260619060529-6c5797a06892
github.com/speakeasy-api/openapi v1.23.3-0.20260622002057-3256ef6736d1
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260622002057-3256ef6736d1
github.com/spf13/cobra v1.10.2
github.com/stretchr/testify v1.11.1
gopkg.in/yaml.v3 v3.0.1
Expand All @@ -16,6 +16,7 @@ require (
require (
github.com/atotto/clipboard v0.1.4 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/blackwell-systems/gcf-go v1.2.2 // indirect
github.com/charmbracelet/colorprofile v0.4.1 // indirect
github.com/charmbracelet/x/ansi v0.11.6 // indirect
github.com/charmbracelet/x/cellbuf v0.0.15 // indirect
Expand Down
10 changes: 6 additions & 4 deletions cmd/openapi/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ github.com/atotto/clipboard v0.1.4 h1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z
github.com/atotto/clipboard v0.1.4/go.mod h1:ZY9tmq7sm5xIbd9bOK4onWV4S6X0u6GY7Vn0Yu86PYI=
github.com/aymanbagabas/go-osc52/v2 v2.0.1 h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k=
github.com/aymanbagabas/go-osc52/v2 v2.0.1/go.mod h1:uYgXzlJ7ZpABp8OJ+exZzJJhRNQ2ASbcXHWsFqH8hp8=
github.com/blackwell-systems/gcf-go v1.2.2 h1:oPc9VbC5DDMPek/RMWO3zVcImVr3QTOcCIgBOLcjNRk=
github.com/blackwell-systems/gcf-go v1.2.2/go.mod h1:E4fW1kxdrIoWxlI4iwZL8mh7BvdLTkE88NyijtGGcZc=
github.com/charmbracelet/bubbles v1.0.0 h1:12J8/ak/uCZEMQ6KU7pcfwceyjLlWsDLAxB5fXonfvc=
github.com/charmbracelet/bubbles v1.0.0/go.mod h1:9d/Zd5GdnauMI5ivUIVisuEm3ave1XwXtD1ckyV6r3E=
github.com/charmbracelet/bubbletea v1.3.10 h1:otUDHWMMzQSB0Pkc87rm691KZ3SWa4KUlvF9nRvCICw=
Expand Down Expand Up @@ -89,10 +91,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.23.2-0.20260619060529-6c5797a06892 h1:uVCKO9tLxKIyh8haWIm0aXWZbL24eRWwq7Abdybbtgs=
github.com/speakeasy-api/openapi v1.23.2-0.20260619060529-6c5797a06892/go.mod h1:e/cMOFhg0RC9a3eJ2ZkWyILwkPibdlksP3tWiWZ24UE=
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260619060529-6c5797a06892 h1:MgMHk2nqaNoaHWi6B9LaQH5lQSAsn0jQc7uRuVkCh3k=
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260619060529-6c5797a06892/go.mod h1:MtbaUp86GYGhb7OeoFF7TmKeANSLl+sIw4JVGtzL1Y0=
github.com/speakeasy-api/openapi v1.23.3-0.20260622002057-3256ef6736d1 h1:TYudh9H+RBTPtosckkxdI6N24q1C7fs9Ogdix+QEb0s=
github.com/speakeasy-api/openapi v1.23.3-0.20260622002057-3256ef6736d1/go.mod h1:g3+dIMe0AYgbbGvnlQZqesmjAVWSm9BmsjLevnefQrg=
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260622002057-3256ef6736d1 h1:kmR4e1Oh9S4q/KZnHdGxhbG/TQOdOpMa9h8/9FPi/KU=
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260622002057-3256ef6736d1/go.mod h1:A0sYsyviRZj6sqZKWgx+/AnjqRrNTDUPfs9Tm436ln0=
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.23.2-0.20260619060529-6c5797a06892
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260619060529-6c5797a06892
github.com/speakeasy-api/openapi v1.23.3-0.20260622002057-3256ef6736d1
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260622002057-3256ef6736d1
github.com/stretchr/testify v1.11.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.1
github.com/go-sourcemap/sourcemap v2.1.4+incompatible
github.com/speakeasy-api/openapi v1.23.2-0.20260619060529-6c5797a06892
github.com/speakeasy-api/openapi v1.23.3-0.20260622002057-3256ef6736d1
github.com/stretchr/testify v1.11.1
gopkg.in/yaml.v3 v3.0.1
)
Expand Down