Skip to content

Commit

Permalink
[release-v1.5] Upgrade kn-plugin-workflow to v0.25.0 (knative#1158)
Browse files Browse the repository at this point in the history
  • Loading branch information
ederign authored Nov 9, 2022
1 parent 207714a commit 21032f9
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 59 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ require (
github.com/jcmturner/gofork v1.0.0 // indirect
github.com/jcmturner/gokrb5/v8 v8.4.2 // indirect
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v0.23.1
github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v0.25.0
github.com/klauspost/compress v1.14.4 // indirect
github.com/maximilien/kn-source-pkg v0.6.3 // indirect
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -988,8 +988,8 @@ github.com/julz/importas v0.0.0-20210419104244-841f0c0fe66d/go.mod h1:oSFU2R4XK/
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88/go.mod h1:3w7q1U84EfirKl04SVQ/s7nPm1ZPhiXd34z40TNz36k=
github.com/kelseyhightower/envconfig v1.4.0 h1:Im6hONhd3pLkfDFsbRgu68RDNkGF1r3dvMUtDTo2cv8=
github.com/kelseyhightower/envconfig v1.4.0/go.mod h1:cccZRl6mQpaq41TPp5QxidR+Sa3axMbJDNb//FQX6Gg=
github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v0.23.1 h1:27ipqz3yWUafY5LQulEbkt2AjjXHOLyJV1JErZafkbc=
github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v0.23.1/go.mod h1:HsoeUVb9vM1qppDNHfI8VXomG8iC+PuuVFIksDbPnk4=
github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v0.25.0 h1:xSIRVCyehWrpEtyPX/rj1U8Xx+GV+GZ/uwh6CHIem5M=
github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v0.25.0/go.mod h1:HsoeUVb9vM1qppDNHfI8VXomG8iC+PuuVFIksDbPnk4=
github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q=
github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00=
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
Expand Down

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

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

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

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

This file was deleted.

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 @@ -283,7 +283,7 @@ github.com/json-iterator/go
# github.com/kelseyhightower/envconfig v1.4.0
## explicit
github.com/kelseyhightower/envconfig
# github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v0.23.1
# github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v0.25.0
## 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/common
Expand Down

0 comments on commit 21032f9

Please sign in to comment.