Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cmd/openapi/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require (
github.com/charmbracelet/bubbles v0.21.0
github.com/charmbracelet/bubbletea v1.3.10
github.com/charmbracelet/lipgloss v1.1.0
github.com/speakeasy-api/openapi v1.22.1-0.20260408022107-7a9aee7c092c
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260408022107-7a9aee7c092c
github.com/speakeasy-api/openapi v1.23.0
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260408022539-32d0bebc9f99
github.com/spf13/cobra v1.10.1
github.com/stretchr/testify v1.11.1
gopkg.in/yaml.v3 v3.0.1
Expand Down
8 changes: 4 additions & 4 deletions cmd/openapi/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ github.com/sergi/go-diff v1.1.0 h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0=
github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
github.com/speakeasy-api/jsonpath v0.6.3 h1:c+QPwzAOdrWvzycuc9HFsIZcxKIaWcNpC+xhOW9rJxU=
github.com/speakeasy-api/jsonpath v0.6.3/go.mod h1:2cXloNuQ+RSXi5HTRaeBh7JEmjRXTiaKpFTdZiL7URI=
github.com/speakeasy-api/openapi v1.22.1-0.20260408022107-7a9aee7c092c h1:5HwIz+j4Kkaj6MhOaVfVGX4g85CvmQ3Ge8Afh+XN56U=
github.com/speakeasy-api/openapi v1.22.1-0.20260408022107-7a9aee7c092c/go.mod h1:Ih+ZzaTCCPyB2ykiDXaxhqk6jsY84ke3n5p6fobMDXk=
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260408022107-7a9aee7c092c h1:fHEvj6NyYFpeCKkKsi/n0EtyoR2d+hHSo6W52D8B7+k=
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260408022107-7a9aee7c092c/go.mod h1:gYa7CUI3xhmHPFtfSp3jjZEyRNZokc83n1Ivp62+JrI=
github.com/speakeasy-api/openapi v1.23.0 h1:BlnHqUR/8uIs4tp3d2B4QDN03gw1/QY2R2MHg6fLhRU=
github.com/speakeasy-api/openapi v1.23.0/go.mod h1:Ih+ZzaTCCPyB2ykiDXaxhqk6jsY84ke3n5p6fobMDXk=
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260408022539-32d0bebc9f99 h1:4/6TG8gqdMklUeTQUOyHH3fDMyd/1MJNmzKLz3yrMR8=
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260408022539-32d0bebc9f99/go.mod h1:5iqt1/7m7KeqqC7k/ZgIuHJflB8tRFe24FELqhaDjG4=
github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s=
github.com/spf13/cobra v1.10.1/go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0=
github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY=
Expand Down
4 changes: 2 additions & 2 deletions openapi/linter/converter/tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ replace (
)

require (
github.com/speakeasy-api/openapi v1.22.1-0.20260408022107-7a9aee7c092c
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260408022107-7a9aee7c092c
github.com/speakeasy-api/openapi v1.23.0
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260408022539-32d0bebc9f99
github.com/stretchr/testify v1.11.1
)

Expand Down
2 changes: 1 addition & 1 deletion openapi/linter/customrules/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/dop251/goja v0.0.0-20260106131823-651366fbe6e3
github.com/evanw/esbuild v0.27.2
github.com/go-sourcemap/sourcemap v2.1.4+incompatible
github.com/speakeasy-api/openapi v1.22.1-0.20260408022107-7a9aee7c092c
github.com/speakeasy-api/openapi v1.23.0
github.com/stretchr/testify v1.11.1
gopkg.in/yaml.v3 v3.0.1
)
Expand Down