Bump github.com/santhosh-tekuri/jsonschema/v6 to v6.0.3 - #10874
Conversation
Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates the JSON Schema validator dependency to v6.0.3.
Changes:
- Bumps
jsonschema/v6from v6.0.2 to v6.0.3. - Refreshes module checksums.
Show a summary per file
| File | Description |
|---|---|
go.mod |
Updates the dependency version. |
go.sum |
Updates corresponding checksums. |
Review details
Tip
Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 1/2 changed files
- Comments generated: 1
- Review effort level: Balanced
| require ( | ||
| github.com/itchyny/gojq v0.12.19 | ||
| github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 | ||
| github.com/santhosh-tekuri/jsonschema/v6 v6.0.3 |
|
@copilot address review feedback |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
🔒 mcpg Read-Only Stress — gVisorSurface coverage: MCP tool calls + proxied CLI (REST) + GraphQL mutations
Overall: PASS
Run: §31266898002
|
🔒 mcpg Read-Only Stress — default AWFSurface coverage: MCP tool calls + proxied CLI (REST) + GraphQL mutations
Overall: PASS
|
🔒 mcpg Read-Only Stress — docker-sbxSurface coverage: MCP tool calls + proxied CLI (REST) + GraphQL mutations
Notes:
Overall: PASS References: §31266897999
|
A Go Fan dependency review flagged that
github.com/santhosh-tekuri/jsonschema/v6was pinned to v6.0.2 while v6.0.3 was available upstream, with no functional or API changes between the two (release only touches unrelated go.sum pins).Changes
github.com/santhosh-tekuri/jsonschema/v6fromv6.0.2tov6.0.3ingo.mod/go.sumviago get/go mod tidy.internal/config(NewCompiler,UnmarshalJSON,ValidationError, etc.) is unchanged between versions.