diff --git a/cmd/openapi/go.mod b/cmd/openapi/go.mod index a18211d..3be3a65 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.23.3-0.20260622002057-3256ef6736d1 - github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260622002057-3256ef6736d1 + github.com/speakeasy-api/openapi v1.24.1-0.20260622002648-cfc99c3a8316 + github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260622002648-cfc99c3a8316 github.com/spf13/cobra v1.10.2 github.com/stretchr/testify v1.11.1 gopkg.in/yaml.v3 v3.0.1 diff --git a/cmd/openapi/go.sum b/cmd/openapi/go.sum index e41d7e2..adda087 100644 --- a/cmd/openapi/go.sum +++ b/cmd/openapi/go.sum @@ -91,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.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/speakeasy-api/openapi v1.24.1-0.20260622002648-cfc99c3a8316 h1:vP6RTOkO5ZZX0Pj1iwlHM7KRCmsetMmK1E98Wv0sL00= +github.com/speakeasy-api/openapi v1.24.1-0.20260622002648-cfc99c3a8316/go.mod h1:g3+dIMe0AYgbbGvnlQZqesmjAVWSm9BmsjLevnefQrg= +github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260622002648-cfc99c3a8316 h1:L9g2Z9uDnLLJK0Hh92Wuqf4fCM22yYdcAfP5xppQKHA= +github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260622002648-cfc99c3a8316/go.mod h1:BF8qkXVAxtTFYWCSP0M6T4/6aJtAThB/0vJkvng+8lc= 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 b642ef1..3eb3ed6 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.23.3-0.20260622002057-3256ef6736d1 - github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260622002057-3256ef6736d1 + github.com/speakeasy-api/openapi v1.24.1-0.20260622002648-cfc99c3a8316 + github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260622002648-cfc99c3a8316 github.com/stretchr/testify v1.11.1 ) diff --git a/openapi/linter/customrules/go.mod b/openapi/linter/customrules/go.mod index 0b3f0c5..3a97d3c 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.1 github.com/go-sourcemap/sourcemap v2.1.4+incompatible - github.com/speakeasy-api/openapi v1.23.3-0.20260622002057-3256ef6736d1 + github.com/speakeasy-api/openapi v1.24.1-0.20260622002648-cfc99c3a8316 github.com/stretchr/testify v1.11.1 gopkg.in/yaml.v3 v3.0.1 )