Skip to content

Commit a5af699

Browse files
chore: update submodule dependencies to latest main (#164)
Updates go.mod files in submodules to use the latest commit from main. Version: v1.19.2-0.20260218150849-d6aeacf1807d Updated modules: customrules converter-tests cmd Co-authored-by: TristanSpeakEasy <108070248+TristanSpeakEasy@users.noreply.github.com>
1 parent d6aeacf commit a5af699

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.19.1-0.20260217225223-7d484a30828f
10-
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260217225223-7d484a30828f
9+
github.com/speakeasy-api/openapi v1.19.2-0.20260218150849-d6aeacf1807d
10+
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260218150849-d6aeacf1807d
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.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=
87+
github.com/speakeasy-api/openapi v1.19.2-0.20260218150849-d6aeacf1807d h1:HVk4/DppYKPGvTjokDnKgSCc0YJp1r9LI5HIU2EqDDM=
88+
github.com/speakeasy-api/openapi v1.19.2-0.20260218150849-d6aeacf1807d/go.mod h1:UfKa7FqE4jgexJZuj51MmdHAFGmDv0Zaw3+yOd81YKU=
89+
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260218150849-d6aeacf1807d h1:Qdqi60enZEcVAgLRlMTML58jMwXqkNMarJxXrkTFLtQ=
90+
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260218150849-d6aeacf1807d/go.mod h1:7LnPk9SZqvCjFVs8IESi0WDZpvwfmnYnacl0UCrHCio=
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.1-0.20260217225223-7d484a30828f
12-
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260217225223-7d484a30828f
11+
github.com/speakeasy-api/openapi v1.19.2-0.20260218150849-d6aeacf1807d
12+
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260218150849-d6aeacf1807d
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.1-0.20260217225223-7d484a30828f
11+
github.com/speakeasy-api/openapi v1.19.2-0.20260218150849-d6aeacf1807d
1212
github.com/stretchr/testify v1.11.1
1313
gopkg.in/yaml.v3 v3.0.1
1414
)

0 commit comments

Comments
 (0)