Skip to content

Commit

Permalink
[release-v1.9] Update kn-workflow to v0.30.3 (knative#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
ederign authored Jul 12, 2023
1 parent aad0542 commit f7ecd70
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
2 changes: 1 addition & 1 deletion openshift/release/kn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7ecd70

Please sign in to comment.