File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff 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.17.1 -0.20260213053609-6350f6ac07db
10- github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260213053609-6350f6ac07db
9+ github.com/speakeasy-api/openapi v1.17.2 -0.20260214021813-c4b79e0b5147
10+ github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260214021813-c4b79e0b5147
1111 github.com/spf13/cobra v1.10.1
1212 github.com/stretchr/testify v1.11.1
1313 gopkg.in/yaml.v3 v3.0.1
Original file line number Diff line number Diff line change @@ -84,10 +84,10 @@ github.com/sergi/go-diff v1.1.0 h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0=
8484github.com/sergi/go-diff v1.1.0 /go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM =
8585github.com/speakeasy-api/jsonpath v0.6.2 h1:Mys71yd6u8kuowNCR0gCVPlVAHCmKtoGXYoAtcEbqXQ =
8686github.com/speakeasy-api/jsonpath v0.6.2 /go.mod h1:ymb2iSkyOycmzKwbEAYPJV/yi2rSmvBCLZJcyD+VVWw =
87- github.com/speakeasy-api/openapi v1.17.1 -0.20260213053609-6350f6ac07db h1:jW+ys0f3kXEewXgWZcV/nJ6TOdms0GJldpUumZNFzKU =
88- github.com/speakeasy-api/openapi v1.17.1 -0.20260213053609-6350f6ac07db /go.mod h1:aiVj+JnirrwZDtKegt0hQrj/ixl3v17EkN2YGnTuSro =
89- github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260213053609-6350f6ac07db h1:lki6EMzFhf14VXEmtpLARstb21Y/ZFNQYEmmEfmjEM8 =
90- github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260213053609-6350f6ac07db /go.mod h1:euxHNEaX2+WMoalvXssWZiuXaELlOLxmcxvzf7ScZHw =
87+ github.com/speakeasy-api/openapi v1.17.2 -0.20260214021813-c4b79e0b5147 h1:hsadisRvOHA8wJ2U6AnAGgpjj+75dnwrC6i3o2c1UBI =
88+ github.com/speakeasy-api/openapi v1.17.2 -0.20260214021813-c4b79e0b5147 /go.mod h1:aiVj+JnirrwZDtKegt0hQrj/ixl3v17EkN2YGnTuSro =
89+ github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260214021813-c4b79e0b5147 h1:3u2eFZ5bTzA5FcZDvJzPIvqGRFGNCNBZ6Fet0mRUbT8 =
90+ github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260214021813-c4b79e0b5147 /go.mod h1:kSw6UTyhQdJFzkra58xbENZHnWV1JbGhXPJ95ZF57fc =
9191github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s =
9292github.com/spf13/cobra v1.10.1 /go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0 =
9393github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY =
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ replace (
88)
99
1010require (
11- github.com/speakeasy-api/openapi v1.17.1 -0.20260213053609-6350f6ac07db
12- github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260213053609-6350f6ac07db
11+ github.com/speakeasy-api/openapi v1.17.2 -0.20260214021813-c4b79e0b5147
12+ github.com/speakeasy-api/openapi/openapi/linter/customrules v0.0.0-20260214021813-c4b79e0b5147
1313 github.com/stretchr/testify v1.11.1
1414)
1515
Original file line number Diff line number Diff 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.17.1 -0.20260213053609-6350f6ac07db
11+ github.com/speakeasy-api/openapi v1.17.2 -0.20260214021813-c4b79e0b5147
1212 github.com/stretchr/testify v1.11.1
1313 gopkg.in/yaml.v3 v3.0.1
1414)
You can’t perform that action at this time.
0 commit comments