treblereel commented on code in PR #3113:
URL:
https://github.com/apache/incubator-kie-tools/pull/3113#discussion_r2109495480
##########
packages/kn-plugin-workflow/go.mod:
##########
@@ -30,6 +30,7 @@ require (
require (
github.com/Microsoft/go-winio v0.6.1 // indirect
+ github.com/apache/incubator-kie-tools/packages/sonataflow-operator
v0.0.0-20250508125535-082fda209c4b // indirect
Review Comment:
@ricardozanini do you mean this?
```
replace
github.com/apache/incubator-kie-tools/packages/sonataflow-operator/api v0.0.0
=> ./node_modules/@kie-tools/sonataflow-operator/api
replace
github.com/apache/incubator-kie-tools/packages/sonataflow-operator/workflowproj
v0.0.0 => ./node_modules/@kie-tools/sonataflow-operator/workflowproj
require (
github.com/apache/incubator-kie-tools/packages/sonataflow-operator/api
v0.0.0
github.com/apache/incubator-kie-tools/packages/sonataflow-operator/workflowproj
v0.0.0
```
--
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]