Copilot commented on code in PR #3159:
URL:
https://github.com/apache/incubator-kie-tools/pull/3159#discussion_r2110296292
##########
packages/kn-plugin-workflow/go.mod:
##########
@@ -80,6 +79,8 @@ require (
github.com/morikuni/aec v1.0.0 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 //
indirect
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f //
indirect
+ github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 // indirect
Review Comment:
Adding github.com/oasdiff/yaml and the subsequent github.com/oasdiff/yaml3
implies an alternative YAML parsing approach. Consider updating documentation
to clarify any differences in behavior and ensure compatibility with existing
YAML handling.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]