From 0fa6a8db5d6d89ed6c87f78f9008cbef86ca46fb Mon Sep 17 00:00:00 2001 From: vishalg0wda <7327166+vishalg0wda@users.noreply.github.com> Date: Mon, 16 Mar 2026 17:03:42 +0000 Subject: [PATCH] chore: update submodule dependencies to latest main Updates go.mod files in submodules to use the latest commit from main. Version: v1.22.1-0.20260316170153-e089c6006b4e Updated modules: customrules converter-tests cmd --- cmd/openapi/go.mod | 4 ++-- cmd/openapi/go.sum | 8 ++++---- openapi/linter/converter/tests/go.mod | 4 ++-- openapi/linter/customrules/go.mod | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cmd/openapi/go.mod b/cmd/openapi/go.mod index 9269846..64fa09a 100644 --- a/cmd/openapi/go.mod +++ b/cmd/openapi/go.mod @@ -6,8 +6,8 @@ require ( github.com/charmbracelet/bubbles v0.21.0 github.com/charmbracelet/bubbletea v1.3.10 github.com/charmbracelet/lipgloss v1.1.0 - github.com/speakeasy-api/openapi v1.21.1-0.20260315141218-511fc1aff0dc - github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260315141218-511fc1aff0dc + github.com/speakeasy-api/openapi v1.22.1-0.20260316170153-e089c6006b4e + github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260316170153-e089c6006b4e github.com/spf13/cobra v1.10.1 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 bc772b2..873ff80 100644 --- a/cmd/openapi/go.sum +++ b/cmd/openapi/go.sum @@ -84,10 +84,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.21.1-0.20260315141218-511fc1aff0dc h1:B1tULPG8kc1wkFrK/iGfep90fdimWEjaeD34ARKXxpg= -github.com/speakeasy-api/openapi v1.21.1-0.20260315141218-511fc1aff0dc/go.mod h1:5gOzfAL1nSm57JswBgbpLqoBMGFlabSlTbxTNgHHO/0= -github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260315141218-511fc1aff0dc h1:5+jA7KEBk5U4bGTw68g1svig84nP3I2ZU0fdTjT6ato= -github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260315141218-511fc1aff0dc/go.mod h1:bv32h4OlneXbbhRraQ+4WVkRAQYSAYyCYxxGsgIpbB8= +github.com/speakeasy-api/openapi v1.22.1-0.20260316170153-e089c6006b4e h1:qGXFfynLrNOwqfcJSVBY46ePMp01yWg5Zh///WPhdNY= +github.com/speakeasy-api/openapi v1.22.1-0.20260316170153-e089c6006b4e/go.mod h1:5gOzfAL1nSm57JswBgbpLqoBMGFlabSlTbxTNgHHO/0= +github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260316170153-e089c6006b4e h1:lXUHcwqVP/jRXswNB470WWcyuABcG4TryqQf0UvWn3g= +github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260316170153-e089c6006b4e/go.mod h1:bv32h4OlneXbbhRraQ+4WVkRAQYSAYyCYxxGsgIpbB8= github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s= github.com/spf13/cobra v1.10.1/go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0= 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 5bd7d16..f762b27 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.20.1-0.20260313153417-9f34eda646b1 - github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260313151054-c8d5d3a6e330 + github.com/speakeasy-api/openapi v1.22.1-0.20260316170153-e089c6006b4e + github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260316170153-e089c6006b4e github.com/stretchr/testify v1.11.1 ) diff --git a/openapi/linter/customrules/go.mod b/openapi/linter/customrules/go.mod index 3948b07..0c32ae8 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.27.2 github.com/go-sourcemap/sourcemap v2.1.4+incompatible - github.com/speakeasy-api/openapi v1.20.1-0.20260313153417-9f34eda646b1 + github.com/speakeasy-api/openapi v1.22.1-0.20260316170153-e089c6006b4e github.com/stretchr/testify v1.11.1 gopkg.in/yaml.v3 v3.0.1 )