diff --git a/go.mod b/go.mod index eab410bc6b..23727ce6d1 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/google/go-cmp v0.5.9 github.com/hashicorp/golang-lru v0.5.4 github.com/hashicorp/hcl v1.0.0 - github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v0.30.2 + github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v0.30.3 github.com/mitchellh/go-homedir v1.1.0 github.com/spf13/afero v1.9.3 // indirect github.com/spf13/cobra v1.6.1 diff --git a/go.sum b/go.sum index 6451ee7338..8a5efca615 100644 --- a/go.sum +++ b/go.sum @@ -1106,8 +1106,8 @@ github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351/go.mod h1:CT github.com/kevinburke/ssh_config v1.1.0/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM= github.com/kevinburke/ssh_config v1.2.0 h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4= github.com/kevinburke/ssh_config v1.2.0/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM= -github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v0.30.2 h1:tQvegDdaf2ofIE8wmX23qcLYSBD9pVX0JOk7sHCuh8o= -github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v0.30.2/go.mod h1:Bqvc3T5yJllsxi3Y4QPbigdsdE5sZ8eXlP8I+kHsCeg= +github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v0.30.3 h1:1FKXWdd3UFwfsTs73/qlRDb7F9CJNgz5Wr9ruv3dzhk= +github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v0.30.3/go.mod h1:Bqvc3T5yJllsxi3Y4QPbigdsdE5sZ8eXlP8I+kHsCeg= github.com/kiegroup/kogito-serverless-operator/api v1.40.0 h1:Mp9RLDS4h5rG9FJA2BrUfKbXcIi8pbln4iaeMa+fgWA= github.com/kiegroup/kogito-serverless-operator/api v1.40.0/go.mod h1:5nAGodPBf6ebCjFtF7JKl40Ji0ptG0JwJNT/P0OupfE= github.com/kiegroup/kogito-serverless-operator/workflowproj v1.40.0 h1:m37pPyVz4paQls4hdWZCiPkFf6yiB5aNvZ9bHuBFFIo= diff --git a/openshift/release/kn.yaml b/openshift/release/kn.yaml index e9946007cb..5c4ef24d1e 100644 --- a/openshift/release/kn.yaml +++ b/openshift/release/kn.yaml @@ -22,4 +22,4 @@ plugins: - name: kn-plugin-workflow module: github.com/kiegroup/kie-tools/packages/kn-plugin-workflow pluginImportPath: github.com/kiegroup/kie-tools/packages/kn-plugin-workflow/plugin - version: v0.30.2 + version: v0.30.3 diff --git a/vendor/github.com/kiegroup/kie-tools/packages/kn-plugin-workflow/pkg/command/quarkus/convert.go b/vendor/github.com/kiegroup/kie-tools/packages/kn-plugin-workflow/pkg/command/quarkus/convert.go index 2ea102bd5d..fbbdc93c28 100644 --- a/vendor/github.com/kiegroup/kie-tools/packages/kn-plugin-workflow/pkg/command/quarkus/convert.go +++ b/vendor/github.com/kiegroup/kie-tools/packages/kn-plugin-workflow/pkg/command/quarkus/convert.go @@ -73,14 +73,13 @@ func loadConvertCmdConfig() (cfg CreateQuarkusProjectConfig, err error) { quarkusVersion := viper.GetString("quarkus-version") cfg = CreateQuarkusProjectConfig{ - Extensions: fmt.Sprintf("%s,%s,%s,%s,%s,%s,%s,%s,%s", + Extensions: fmt.Sprintf("%s,%s,%s,%s,%s,%s,%s,%s", metadata.KogitoQuarkusServerlessWorkflowExtension, metadata.KogitoAddonsQuarkusKnativeEventingExtension, metadata.QuarkusKubernetesExtension, metadata.QuarkusResteasyJacksonExtension, metadata.KogitoQuarkusServerlessWorkflowDevUi, metadata.KogitoAddonsQuarkusSourceFiles, - metadata.KogitoDataIndexInMemory, metadata.SmallryeHealth, viper.GetString("extension"), ), diff --git a/vendor/modules.txt b/vendor/modules.txt index 5e92a54b1b..6506500f6f 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -858,7 +858,7 @@ github.com/kelseyhightower/envconfig # github.com/kevinburke/ssh_config v1.2.0 ## explicit github.com/kevinburke/ssh_config -# github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v0.30.2 +# github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v0.30.3 ## explicit; go 1.19 github.com/kiegroup/kie-tools/packages/kn-plugin-workflow/pkg/command github.com/kiegroup/kie-tools/packages/kn-plugin-workflow/pkg/command/quarkus