diff --git a/cmd/openapi/go.mod b/cmd/openapi/go.mod index 1231b8d..5d7c56c 100644 --- a/cmd/openapi/go.mod +++ b/cmd/openapi/go.mod @@ -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 @@ -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 diff --git a/cmd/openapi/go.sum b/cmd/openapi/go.sum index 55d48e9..589bd93 100644 --- a/cmd/openapi/go.sum +++ b/cmd/openapi/go.sum @@ -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= diff --git a/openapi/linter/converter/tests/go.mod b/openapi/linter/converter/tests/go.mod index 9a15580..c60e4f1 100644 --- a/openapi/linter/converter/tests/go.mod +++ b/openapi/linter/converter/tests/go.mod @@ -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 ) diff --git a/openapi/linter/customrules/go.mod b/openapi/linter/customrules/go.mod index f0f98b6..2bbcf65 100644 --- a/openapi/linter/customrules/go.mod +++ b/openapi/linter/customrules/go.mod @@ -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 )