Skip to content

Commit 08ff165

Browse files
chore: update submodule dependencies to latest main (#210)
Co-authored-by: TristanSpeakEasy <108070248+TristanSpeakEasy@users.noreply.github.com>
1 parent 6c5797a commit 08ff165

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.1-0.20260601230849-83332a337592
10-
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260601230849-83332a337592
9+
github.com/speakeasy-api/openapi v1.23.2-0.20260619060529-6c5797a06892
10+
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260619060529-6c5797a06892
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
@@ -89,10 +89,10 @@ github.com/sergi/go-diff v1.1.0 h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0=
8989
github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
9090
github.com/speakeasy-api/jsonpath v0.6.3 h1:c+QPwzAOdrWvzycuc9HFsIZcxKIaWcNpC+xhOW9rJxU=
9191
github.com/speakeasy-api/jsonpath v0.6.3/go.mod h1:2cXloNuQ+RSXi5HTRaeBh7JEmjRXTiaKpFTdZiL7URI=
92-
github.com/speakeasy-api/openapi v1.23.1-0.20260601230849-83332a337592 h1:g5IhI5/+FTNY+B+C1UjB4XkrWHJxkr6vvG0QJIoSM7U=
93-
github.com/speakeasy-api/openapi v1.23.1-0.20260601230849-83332a337592/go.mod h1:DX9Pt+4MmIdBBN6W/1ECqi+oow0rB4yvpa4+yjQx98Q=
94-
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260601230849-83332a337592 h1:s6g90bpxZq7TAbCZ54iqule/V1RsjAUaoHFp47CHGog=
95-
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260601230849-83332a337592/go.mod h1:z0D3CS0bALRINCTQyrz1rSX5FQL+1zp4zqCjG4SAkvY=
92+
github.com/speakeasy-api/openapi v1.23.2-0.20260619060529-6c5797a06892 h1:uVCKO9tLxKIyh8haWIm0aXWZbL24eRWwq7Abdybbtgs=
93+
github.com/speakeasy-api/openapi v1.23.2-0.20260619060529-6c5797a06892/go.mod h1:e/cMOFhg0RC9a3eJ2ZkWyILwkPibdlksP3tWiWZ24UE=
94+
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260619060529-6c5797a06892 h1:MgMHk2nqaNoaHWi6B9LaQH5lQSAsn0jQc7uRuVkCh3k=
95+
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260619060529-6c5797a06892/go.mod h1:MtbaUp86GYGhb7OeoFF7TmKeANSLl+sIw4JVGtzL1Y0=
9696
github.com/spf13/cobra v1.10.2 h1:DMTTonx5m65Ic0GOoRY2c16WCbHxOOw6xxezuLaBpcU=
9797
github.com/spf13/cobra v1.10.2/go.mod h1:7C1pvHqHw5A4vrJfjNwvOdzYu0Gml16OCs2GRiTUUS4=
9898
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.1-0.20260601230849-83332a337592
12-
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260601230849-83332a337592
11+
github.com/speakeasy-api/openapi v1.23.2-0.20260619060529-6c5797a06892
12+
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260619060529-6c5797a06892
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.1-0.20260601230849-83332a337592
11+
github.com/speakeasy-api/openapi v1.23.2-0.20260619060529-6c5797a06892
1212
github.com/stretchr/testify v1.11.1
1313
gopkg.in/yaml.v3 v3.0.1
1414
)

0 commit comments

Comments
 (0)