-
Notifications
You must be signed in to change notification settings - Fork 5
chore: bump version swaggest/openapi-go to v0.2.61 #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,8 +13,8 @@ require ( | |
| github.com/davecgh/go-spew v1.1.1 // indirect | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [Contextual Comment] P2 | Confidence: High Speculative: The PR updates the indirect dependency |
||
| github.com/google/go-cmp v0.7.0 // indirect | ||
| github.com/pmezard/go-difflib v1.0.0 // indirect | ||
| github.com/swaggest/jsonschema-go v0.3.78 // indirect | ||
| github.com/swaggest/openapi-go v0.2.60 // indirect | ||
| github.com/swaggest/jsonschema-go v0.3.79 // indirect | ||
| github.com/swaggest/openapi-go v0.2.61 // indirect | ||
| github.com/swaggest/refl v1.4.0 // indirect | ||
| gopkg.in/yaml.v2 v2.4.0 // indirect | ||
| gopkg.in/yaml.v3 v3.0.1 // indirect | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,10 +10,10 @@ require ( | |
|
|
||
| require ( | ||
| github.com/oaswrap/spec-ui v0.2.0 // indirect | ||
| github.com/swaggest/jsonschema-go v0.3.78 // indirect | ||
| github.com/swaggest/openapi-go v0.2.60 // indirect | ||
| github.com/swaggest/jsonschema-go v0.3.79 // indirect | ||
| github.com/swaggest/openapi-go v0.2.61 // indirect | ||
| github.com/swaggest/refl v1.4.0 // indirect | ||
| golang.org/x/net v0.50.0 // indirect | ||
| golang.org/x/text v0.34.0 // indirect | ||
| gopkg.in/yaml.v2 v2.4.0 // indirect | ||
| ) | ||
|
Comment on lines
11
to
18
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P2 | Confidence: High Speculative: The |
||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Contextual Comment]
This comment refers to code near real line 99. Anchored to nearest_changed(102) line 102.
P2 | Confidence: High
The
Makefilechange extends thetidytarget to recursively rungo mod tidyin adapterexample/subdirectories. This ensures transitive dependencies in example code are correctly synchronized after the version bump. This is a maintainability improvement that prevents drift between the adapter's main module and its examples. No functional impact, but promotes consistency across the workspace.