Skip to content
Merged
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
6 changes: 2 additions & 4 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.1-0.20260601230849-83332a337592
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260601230849-83332a337592
github.com/spf13/cobra v1.10.2
github.com/stretchr/testify v1.11.1
gopkg.in/yaml.v3 v3.0.1
Expand Down Expand Up @@ -38,13 +38,11 @@ require (
github.com/muesli/termenv v0.16.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
github.com/speakeasy-api/jsonpath v0.6.3 // indirect
github.com/spf13/pflag v1.0.9 // indirect
github.com/vmware-labs/yaml-jsonpath v0.3.2 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/net v0.53.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/text v0.37.0 // indirect
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.1-0.20260601230849-83332a337592 h1:g5IhI5/+FTNY+B+C1UjB4XkrWHJxkr6vvG0QJIoSM7U=
github.com/speakeasy-api/openapi v1.23.1-0.20260601230849-83332a337592/go.mod h1:DX9Pt+4MmIdBBN6W/1ECqi+oow0rB4yvpa4+yjQx98Q=
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260601230849-83332a337592 h1:s6g90bpxZq7TAbCZ54iqule/V1RsjAUaoHFp47CHGog=
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260601230849-83332a337592/go.mod h1:z0D3CS0bALRINCTQyrz1rSX5FQL+1zp4zqCjG4SAkvY=
github.com/spf13/cobra v1.10.2 h1:DMTTonx5m65Ic0GOoRY2c16WCbHxOOw6xxezuLaBpcU=
github.com/spf13/cobra v1.10.2/go.mod h1:7C1pvHqHw5A4vrJfjNwvOdzYu0Gml16OCs2GRiTUUS4=
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.1-0.20260601230849-83332a337592
github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260601230849-83332a337592
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.28.0
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.1-0.20260601230849-83332a337592
github.com/stretchr/testify v1.11.1
gopkg.in/yaml.v3 v3.0.1
)
Expand Down