Skip to content

Commit 7f92fe6

Browse files
ThomasRooneygithub-actions[bot]
authored andcommitted
chore: update submodule dependencies to latest main
Updates go.mod files in submodules to use the latest commit from main. Version: v1.24.2-0.20260818145402-7ad3474fb154 Updated modules: customrules converter-tests cmd
1 parent 7ad3474 commit 7f92fe6

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 v1.0.0
77
github.com/charmbracelet/bubbletea v1.3.10
88
github.com/charmbracelet/lipgloss v1.1.0
9-
github.com/speakeasy-api/openapi v1.24.1-0.20260806000239-84042ccaeccd
10-
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260806000239-84042ccaeccd
9+
github.com/speakeasy-api/openapi v1.24.2-0.20260818145402-7ad3474fb154
10+
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260818145402-7ad3474fb154
1111
github.com/spf13/cobra v1.10.2
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
@@ -91,10 +91,10 @@ github.com/sergi/go-diff v1.1.0 h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0=
9191
github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
9292
github.com/speakeasy-api/jsonpath v0.6.3 h1:c+QPwzAOdrWvzycuc9HFsIZcxKIaWcNpC+xhOW9rJxU=
9393
github.com/speakeasy-api/jsonpath v0.6.3/go.mod h1:2cXloNuQ+RSXi5HTRaeBh7JEmjRXTiaKpFTdZiL7URI=
94-
github.com/speakeasy-api/openapi v1.24.1-0.20260806000239-84042ccaeccd h1:P5SsLP/fGYpg9oXmLcTMrr77yRVtAPfERTfBbUCnJoI=
95-
github.com/speakeasy-api/openapi v1.24.1-0.20260806000239-84042ccaeccd/go.mod h1:9gGkzi9jNspEbcB08zta+IjzAi5Zy4QgSEQfF/LSrbQ=
96-
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260806000239-84042ccaeccd h1:b6UbWfOOmDG8ONG/w/Re7WKredLy29lTZPtZCyks6Rk=
97-
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260806000239-84042ccaeccd/go.mod h1:Fz8z2PG23jAauk7o581rltKLwR7vbHAI79SLrXU0VJY=
94+
github.com/speakeasy-api/openapi v1.24.2-0.20260818145402-7ad3474fb154 h1:q6NI2L54xu599djIuRQMSc8j86RloyD1ZbMXm0mOpyM=
95+
github.com/speakeasy-api/openapi v1.24.2-0.20260818145402-7ad3474fb154/go.mod h1:9gGkzi9jNspEbcB08zta+IjzAi5Zy4QgSEQfF/LSrbQ=
96+
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260818145402-7ad3474fb154 h1:WPw7SQRBa+zwdln2/ITI9CzP23yclhD+CSV+r2lqxMo=
97+
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260818145402-7ad3474fb154/go.mod h1:HGSlEQ1Jc/VcauWLQAtch0XfnrVTqtRTRF6Q1GJs94s=
9898
github.com/spf13/cobra v1.10.2 h1:DMTTonx5m65Ic0GOoRY2c16WCbHxOOw6xxezuLaBpcU=
9999
github.com/spf13/cobra v1.10.2/go.mod h1:7C1pvHqHw5A4vrJfjNwvOdzYu0Gml16OCs2GRiTUUS4=
100100
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.24.1-0.20260806000239-84042ccaeccd
12-
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260806000239-84042ccaeccd
11+
github.com/speakeasy-api/openapi v1.24.2-0.20260818145402-7ad3474fb154
12+
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260818145402-7ad3474fb154
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.28.1
1010
github.com/go-sourcemap/sourcemap v2.1.4+incompatible
11-
github.com/speakeasy-api/openapi v1.24.1-0.20260806000239-84042ccaeccd
11+
github.com/speakeasy-api/openapi v1.24.2-0.20260818145402-7ad3474fb154
1212
github.com/stretchr/testify v1.11.1
1313
gopkg.in/yaml.v3 v3.0.1
1414
)

0 commit comments

Comments
 (0)