chore(deps): plugins/differ bump github.com/r3labs/diff/v3 v3.0.2, github.com/goccy/go-yaml v1.13.7 - #313
Conversation
Updates the indirect github.com/vmihailenco/msgpack to v5, removing dependency on google.golang.org/appengine and through that, github.com/golang/protobuf. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
v1.13.7 and up no longer have any dependencies. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
rebased, after #312 was merged |
There was a problem hiding this comment.
Pull request overview
Updates the plugins/differ Go module dependencies to newer versions, primarily to modernize transitive dependencies and drop deprecated protobuf/appengine-related modules from the dependency graph.
Changes:
- Bump
github.com/r3labs/diff/v3fromv3.0.0tov3.0.2(transitively movinggithub.com/vmihailenco/msgpacktomsgpack/v5). - Bump
github.com/goccy/go-yamlfromv1.8.10tov1.13.7(noted as dependency-free in newer versions). - Refresh
go.sumaccordingly, removing checksums for no-longer-selected modules and adding checksums for newly selected versions.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| plugins/differ/go.mod | Updates direct/indirect module requirements to the newer diff/v3 and go-yaml versions and reflects the resulting transitive graph changes. |
| plugins/differ/go.sum | Updates module checksums to match the updated dependency set (including msgpack/v5 and tagparser/v2). |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| @@ -4,7 +4,7 @@ go 1.24.0 | |||
|
|
|||
| require ( | |||
| github.com/containerd/nri v0.6.1 | |||
There was a problem hiding this comment.
@mikebrow @samuelkarp One thing we probably need to do is update these versions; currently all the modules use a replace, so they're effectively testing against "latest nri", and not the version in go.mod, so the most correct thing would be to raise the minimum version for NRI itself.
chore(deps): plugins/differ bump github.com/r3labs/diff/v3 v3.0.2, github.com/goccy/go-yaml v1.13.7
chore(deps): plugins/differ bump github.com/r3labs/diff/v3 v3.0.2
Updates the indirect github.com/vmihailenco/msgpack to v5, removing
dependency on google.golang.org/appengine and through that,
github.com/golang/protobuf.
chore(deps): plugins/differ bump github.com/goccy/go-yaml v1.13.7
v1.13.7 and up no longer have any dependencies.