vendor: go.yaml.in/yaml/v3 v3.0.5 - #7126
Conversation
removes transitive dependencies on gopkg.in/check.v1 full diff: yaml/go-yaml@v3.0.4...v3.0.5 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
This PR bumps go.yaml.in/yaml/v3 from v3.0.4 to v3.0.5 and removes transitive dependencies on gopkg.in/check.v1. The vendored source changes in parserc.go and yamlh.go are exclusively comment reformatting — Go doc comments were reorganized from mixed indentation to consistently tab-indented // comment blocks (idiomatic godoc style). No executable logic was modified: no function signatures, no control flow, no data structures, no algorithm changes. The vendor.mod, vendor.sum, and modules.txt changes correctly reflect the version bump and removal of now-unused test-only transitive dependencies. No bugs introduced.
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
|
@derekmisler wondering if we should make it smarter to not re-review on some events;
|

removes transitive dependencies on gopkg.in/check.v1
full diff: yaml/go-yaml@v3.0.4...v3.0.5
- What I did
- How I did it
- How to verify it
- Human readable description for the release notes
- A picture of a cute animal (not mandatory but encouraged)