diff --git a/cmd/openapi/go.mod b/cmd/openapi/go.mod index 4b603c1..a03e001 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.20260806000239-84042ccaeccd + github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260806000239-84042ccaeccd 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 ff6ef8d..6f2e031 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.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/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 a130a9a..cceb6e4 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.20260806000239-84042ccaeccd + github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260806000239-84042ccaeccd github.com/stretchr/testify v1.11.1 ) diff --git a/openapi/linter/customrules/go.mod b/openapi/linter/customrules/go.mod index e6bf286..ea42f96 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.20260806000239-84042ccaeccd github.com/stretchr/testify v1.11.1 gopkg.in/yaml.v3 v3.0.1 )