Skip to content

Commit 5083f6f

Browse files
chore: update submodule dependencies to latest main (#178)
Co-authored-by: vishalg0wda <7327166+vishalg0wda@users.noreply.github.com>
1 parent 9f34eda commit 5083f6f

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

cmd/openapi/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ require (
66
github.com/charmbracelet/bubbles v0.21.0
77
github.com/charmbracelet/bubbletea v1.3.10
88
github.com/charmbracelet/lipgloss v1.1.0
9-
github.com/speakeasy-api/openapi v1.20.1-0.20260313143718-19d9a40d4c09
10-
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260309010446-7ff6a9590a7f
9+
github.com/speakeasy-api/openapi v1.20.1-0.20260313153417-9f34eda646b1
10+
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260313151054-c8d5d3a6e330
1111
github.com/spf13/cobra v1.10.1
1212
github.com/stretchr/testify v1.11.1
1313
gopkg.in/yaml.v3 v3.0.1

cmd/openapi/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ github.com/sergi/go-diff v1.1.0 h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0=
8484
github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
8585
github.com/speakeasy-api/jsonpath v0.6.3 h1:c+QPwzAOdrWvzycuc9HFsIZcxKIaWcNpC+xhOW9rJxU=
8686
github.com/speakeasy-api/jsonpath v0.6.3/go.mod h1:2cXloNuQ+RSXi5HTRaeBh7JEmjRXTiaKpFTdZiL7URI=
87-
github.com/speakeasy-api/openapi v1.20.1-0.20260313143718-19d9a40d4c09 h1:aWkreRg/x9FEle9bDBidEB6P6JBCdzZrQRGgCd6E+Ys=
88-
github.com/speakeasy-api/openapi v1.20.1-0.20260313143718-19d9a40d4c09/go.mod h1:5gOzfAL1nSm57JswBgbpLqoBMGFlabSlTbxTNgHHO/0=
89-
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260309010446-7ff6a9590a7f h1:kwiHeGSILCUVEM9iSAUtifl1TLlvyDXmMjyW26/iX2k=
90-
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260309010446-7ff6a9590a7f/go.mod h1:ALDg9E6LRTL5tMFlddVrLhc4JaarCHL65x2YkwL7xdg=
87+
github.com/speakeasy-api/openapi v1.20.1-0.20260313153417-9f34eda646b1 h1:ARylcMxdL+nECFkytoAHdRIqaElou3DjAswAVKdi2fY=
88+
github.com/speakeasy-api/openapi v1.20.1-0.20260313153417-9f34eda646b1/go.mod h1:5gOzfAL1nSm57JswBgbpLqoBMGFlabSlTbxTNgHHO/0=
89+
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260313151054-c8d5d3a6e330 h1:oBcYTyTT/0X44xMCHCoGpH63H7kd1M7RZYae0BwybZw=
90+
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260313151054-c8d5d3a6e330/go.mod h1:dGJB+P2EgxxijyGSTc2KcZhWHiMSGuEcKL1gqO4yHJQ=
9191
github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s=
9292
github.com/spf13/cobra v1.10.1/go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0=
9393
github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY=

openapi/linter/converter/tests/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ replace (
88
)
99

1010
require (
11-
github.com/speakeasy-api/openapi v1.19.5-0.20260309010446-7ff6a9590a7f
12-
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260309010446-7ff6a9590a7f
11+
github.com/speakeasy-api/openapi v1.20.1-0.20260313153417-9f34eda646b1
12+
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260313151054-c8d5d3a6e330
1313
github.com/stretchr/testify v1.11.1
1414
)
1515

openapi/linter/customrules/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/dop251/goja v0.0.0-20260106131823-651366fbe6e3
99
github.com/evanw/esbuild v0.27.2
1010
github.com/go-sourcemap/sourcemap v2.1.4+incompatible
11-
github.com/speakeasy-api/openapi v1.19.5-0.20260309010446-7ff6a9590a7f
11+
github.com/speakeasy-api/openapi v1.20.1-0.20260313153417-9f34eda646b1
1212
github.com/stretchr/testify v1.11.1
1313
gopkg.in/yaml.v3 v3.0.1
1414
)

0 commit comments

Comments
 (0)