Skip to content

Commit 6f8ee17

Browse files
chore: update submodule dependencies to latest main (#161)
Updates go.mod files in submodules to use the latest commit from main. Version: v1.19.1-0.20260217225223-7d484a30828f Updated modules: customrules converter-tests cmd Co-authored-by: TristanSpeakEasy <108070248+TristanSpeakEasy@users.noreply.github.com>
1 parent 7d484a3 commit 6f8ee17

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

cmd/openapi/go.mod

Lines changed: 4 additions & 4 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.18.3-0.20260216231516-8c596a79fee6
10-
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260216231516-8c596a79fee6
9+
github.com/speakeasy-api/openapi v1.19.1-0.20260217225223-7d484a30828f
10+
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260217225223-7d484a30828f
1111
github.com/spf13/cobra v1.10.1
1212
github.com/stretchr/testify v1.11.1
1313
gopkg.in/yaml.v3 v3.0.1
@@ -39,11 +39,11 @@ require (
3939
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
4040
github.com/rivo/uniseg v0.4.7 // indirect
4141
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
42-
github.com/speakeasy-api/jsonpath v0.6.2 // indirect
42+
github.com/speakeasy-api/jsonpath v0.6.3 // indirect
4343
github.com/spf13/pflag v1.0.9 // indirect
4444
github.com/vmware-labs/yaml-jsonpath v0.3.2 // indirect
4545
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
4646
golang.org/x/sync v0.19.0 // indirect
4747
golang.org/x/sys v0.36.0 // indirect
48-
golang.org/x/text v0.33.0 // indirect
48+
golang.org/x/text v0.34.0 // indirect
4949
)

cmd/openapi/go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 h1:KRzFb2m7YtdldCEkzs6KqmJw4nqEV
8282
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2/go.mod h1:JXeL+ps8p7/KNMjDQk3TCwPpBy0wYklyWTfbkIzdIFU=
8383
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=
85-
github.com/speakeasy-api/jsonpath v0.6.2 h1:Mys71yd6u8kuowNCR0gCVPlVAHCmKtoGXYoAtcEbqXQ=
86-
github.com/speakeasy-api/jsonpath v0.6.2/go.mod h1:ymb2iSkyOycmzKwbEAYPJV/yi2rSmvBCLZJcyD+VVWw=
87-
github.com/speakeasy-api/openapi v1.18.3-0.20260216231516-8c596a79fee6 h1:6xoLA4ri+mpJQ7yiHZzdE5IaCXANaGszdi8rjZKWvdg=
88-
github.com/speakeasy-api/openapi v1.18.3-0.20260216231516-8c596a79fee6/go.mod h1:aiVj+JnirrwZDtKegt0hQrj/ixl3v17EkN2YGnTuSro=
89-
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260216231516-8c596a79fee6 h1:s9UdiCjEHLtS4kxzMJ1yrV30J56jLALDHGo0KyF93Ik=
90-
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260216231516-8c596a79fee6/go.mod h1:XTjzze4V7pyesORiF85tWLXFU31NX59bRsIOcKtx614=
85+
github.com/speakeasy-api/jsonpath v0.6.3 h1:c+QPwzAOdrWvzycuc9HFsIZcxKIaWcNpC+xhOW9rJxU=
86+
github.com/speakeasy-api/jsonpath v0.6.3/go.mod h1:2cXloNuQ+RSXi5HTRaeBh7JEmjRXTiaKpFTdZiL7URI=
87+
github.com/speakeasy-api/openapi v1.19.1-0.20260217225223-7d484a30828f h1:CYdA0rmecJLg5a/bdLeKw4xCdT86bgZkCdIrgrkH2kA=
88+
github.com/speakeasy-api/openapi v1.19.1-0.20260217225223-7d484a30828f/go.mod h1:UfKa7FqE4jgexJZuj51MmdHAFGmDv0Zaw3+yOd81YKU=
89+
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260217225223-7d484a30828f h1:8cjwfvDuzCBrZTMrJR5481STw8yfhAw0Xu04qfNhaHs=
90+
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260217225223-7d484a30828f/go.mod h1:qwIu2PWcIm1uQdfrVWGW7PlSmt57QA8mpQNiy7dlnHg=
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=
@@ -116,8 +116,8 @@ golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
116116
golang.org/x/sys v0.36.0 h1:KVRy2GtZBrk1cBYA7MKu5bEZFxQk4NIDV6RLVcC8o0k=
117117
golang.org/x/sys v0.36.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
118118
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
119-
golang.org/x/text v0.33.0 h1:B3njUFyqtHDUI5jMn1YIr5B0IE2U0qck04r6d4KPAxE=
120-
golang.org/x/text v0.33.0/go.mod h1:LuMebE6+rBincTi9+xWTY8TztLzKHc/9C1uBCG27+q8=
119+
golang.org/x/text v0.34.0 h1:oL/Qq0Kdaqxa1KbNeMKwQq0reLCCaFtqu2eNuSeNHbk=
120+
golang.org/x/text v0.34.0/go.mod h1:homfLqTYRFyVYemLBFl5GgL/DWEiH5wcsQ5gSh1yziA=
121121
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
122122
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
123123
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=

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.18.3-0.20260216231516-8c596a79fee6
12-
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260216231516-8c596a79fee6
11+
github.com/speakeasy-api/openapi v1.19.1-0.20260217225223-7d484a30828f
12+
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260217225223-7d484a30828f
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.18.3-0.20260216231516-8c596a79fee6
11+
github.com/speakeasy-api/openapi v1.19.1-0.20260217225223-7d484a30828f
1212
github.com/stretchr/testify v1.11.1
1313
gopkg.in/yaml.v3 v3.0.1
1414
)

0 commit comments

Comments
 (0)