From 2fa60d4c544ab0ef6dcaa5c79201f98a613cf905 Mon Sep 17 00:00:00 2001 From: vishalg0wda <7327166+vishalg0wda@users.noreply.github.com> Date: Fri, 13 Mar 2026 15:42:32 +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.20.1-0.20260313153417-9f34eda646b1 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 2548055..e637374 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.20.1-0.20260313143718-19d9a40d4c09 - github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260309010446-7ff6a9590a7f + 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/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 9544910..efaf75a 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.20.1-0.20260313143718-19d9a40d4c09 h1:aWkreRg/x9FEle9bDBidEB6P6JBCdzZrQRGgCd6E+Ys= -github.com/speakeasy-api/openapi v1.20.1-0.20260313143718-19d9a40d4c09/go.mod h1:5gOzfAL1nSm57JswBgbpLqoBMGFlabSlTbxTNgHHO/0= -github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260309010446-7ff6a9590a7f h1:kwiHeGSILCUVEM9iSAUtifl1TLlvyDXmMjyW26/iX2k= -github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260309010446-7ff6a9590a7f/go.mod h1:ALDg9E6LRTL5tMFlddVrLhc4JaarCHL65x2YkwL7xdg= +github.com/speakeasy-api/openapi v1.20.1-0.20260313153417-9f34eda646b1 h1:ARylcMxdL+nECFkytoAHdRIqaElou3DjAswAVKdi2fY= +github.com/speakeasy-api/openapi v1.20.1-0.20260313153417-9f34eda646b1/go.mod h1:5gOzfAL1nSm57JswBgbpLqoBMGFlabSlTbxTNgHHO/0= +github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260313151054-c8d5d3a6e330 h1:oBcYTyTT/0X44xMCHCoGpH63H7kd1M7RZYae0BwybZw= +github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260313151054-c8d5d3a6e330/go.mod h1:dGJB+P2EgxxijyGSTc2KcZhWHiMSGuEcKL1gqO4yHJQ= 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 10c03cb..5bd7d16 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.19.5-0.20260309010446-7ff6a9590a7f - github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260309010446-7ff6a9590a7f + 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/stretchr/testify v1.11.1 ) diff --git a/openapi/linter/customrules/go.mod b/openapi/linter/customrules/go.mod index 94f2ce0..3948b07 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.19.5-0.20260309010446-7ff6a9590a7f + github.com/speakeasy-api/openapi v1.20.1-0.20260313153417-9f34eda646b1 github.com/stretchr/testify v1.11.1 gopkg.in/yaml.v3 v3.0.1 )