Skip to content

Commit 5425f69

Browse files
chore: update submodule dependencies to latest main (#234)
Co-authored-by: TristanSpeakEasy <108070248+TristanSpeakEasy@users.noreply.github.com>
1 parent 84042cc commit 5425f69

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.23.3-0.20260622002057-3256ef6736d1
10-
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260622002057-3256ef6736d1
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
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.23.3-0.20260622002057-3256ef6736d1 h1:TYudh9H+RBTPtosckkxdI6N24q1C7fs9Ogdix+QEb0s=
95-
github.com/speakeasy-api/openapi v1.23.3-0.20260622002057-3256ef6736d1/go.mod h1:g3+dIMe0AYgbbGvnlQZqesmjAVWSm9BmsjLevnefQrg=
96-
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260622002057-3256ef6736d1 h1:kmR4e1Oh9S4q/KZnHdGxhbG/TQOdOpMa9h8/9FPi/KU=
97-
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260622002057-3256ef6736d1/go.mod h1:A0sYsyviRZj6sqZKWgx+/AnjqRrNTDUPfs9Tm436ln0=
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=
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.23.3-0.20260622002057-3256ef6736d1
12-
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260622002057-3256ef6736d1
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
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.23.3-0.20260622002057-3256ef6736d1
11+
github.com/speakeasy-api/openapi v1.24.1-0.20260806000239-84042ccaeccd
1212
github.com/stretchr/testify v1.11.1
1313
gopkg.in/yaml.v3 v3.0.1
1414
)

0 commit comments

Comments
 (0)