Skip to content

Commit

Permalink
Fix relative path to operator modules (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk authored May 29, 2024
1 parent a06ad4c commit ff18cdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/kn-plugin-workflow/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.21

toolchain go1.21.6

replace github.com/apache/incubator-kie-tools/packages/kogito-serverless-operator/api v0.0.0 => ./node_modules/@kie-tools/kogito-serverless-operator/api
replace github.com/apache/incubator-kie-tools/packages/kogito-serverless-operator/api v0.0.0 => ../kogito-serverless-operator/api

replace github.com/apache/incubator-kie-tools/packages/kogito-serverless-operator/workflowproj v0.0.0 => ./node_modules/@kie-tools/kogito-serverless-operator/workflowproj
replace github.com/apache/incubator-kie-tools/packages/kogito-serverless-operator/workflowproj v0.0.0 => ../kogito-serverless-operator/workflowproj

require (
github.com/apache/incubator-kie-tools/packages/kogito-serverless-operator/workflowproj v0.0.0
Expand Down

0 comments on commit ff18cdc

Please sign in to comment.