You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/05/30 07:18:04 UTC

[camel-k] branch main updated (76cbb14c5 -> da3ed4973)

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


    from 76cbb14c5 chore: changelog automatic update
     add 6ce247838 chore(deps): remove github.com/gregjones/httpcache
     add da3ed4973 chore(deps): remove github.com/fatih/structs

No new revisions were added by this update.

Summary of changes:
 e2e/common/cli/offline_commands_test.go     |   8 -
 go.mod                                      |   2 -
 go.sum                                      |   4 -
 pkg/cmd/bind.go                             |   2 +-
 pkg/cmd/completion_bash.go                  |   7 -
 pkg/cmd/kit_create.go                       |  12 --
 pkg/cmd/root.go                             |   6 +-
 pkg/cmd/run.go                              |   2 +-
 pkg/cmd/run_support.go                      |   9 +
 pkg/cmd/run_support_test.go                 |   8 +
 pkg/cmd/run_test.go                         |   4 +-
 pkg/cmd/trait_help.go                       | 263 ----------------------------
 pkg/cmd/trait_help_test.go                  |  40 -----
 pkg/cmd/trait_support.go                    |  29 +--
 pkg/kamelet/repository/github_repository.go |   4 +-
 pkg/kamelet/repository/go.mod               |   1 -
 pkg/kamelet/repository/go.sum               |   2 -
 pkg/resources/resources.go                  |  17 ++
 pkg/trait/trait_catalog.go                  |  39 -----
 19 files changed, 44 insertions(+), 415 deletions(-)
 delete mode 100644 pkg/cmd/trait_help.go
 delete mode 100644 pkg/cmd/trait_help_test.go