This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push: new b9813eb22 chore(deps): bump github.com/container-tools/spectrum b9813eb22 is described below commit b9813eb22adc79bd42daa1e7520689bc16117b6f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Jan 24 12:06:57 2023 +0000 chore(deps): bump github.com/container-tools/spectrum Bumps [github.com/container-tools/spectrum](https://github.com/container-tools/spectrum) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/container-tools/spectrum/releases) - [Changelog](https://github.com/container-tools/spectrum/blob/master/.goreleaser.yml) - [Commits](https://github.com/container-tools/spectrum/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: github.com/container-tools/spectrum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 95926c252..c074b6f97 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/apache/camel-k/pkg/apis/camel v0.0.0 github.com/apache/camel-k/pkg/client/camel v0.0.0 github.com/apache/camel-k/pkg/kamelet/repository v0.0.0 - github.com/container-tools/spectrum v0.4.0 + github.com/container-tools/spectrum v0.5.0 github.com/evanphx/json-patch v4.12.0+incompatible github.com/fatih/camelcase v1.0.0 github.com/fatih/structs v1.1.0 diff --git a/go.sum b/go.sum index 93131ab0d..38a75649f 100644 --- a/go.sum +++ b/go.sum @@ -248,8 +248,8 @@ github.com/cockroachdb/errors v1.2.4/go.mod h1:rQD95gz6FARkaKkQXUksEje/d9a6wBJoC github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f/go.mod h1:i/u985jwjWRlyHXQbwatDASoW0RMlZ/3i9yJHE2xLkI= github.com/container-tools/go-containerregistry v0.7.1-0.20211124090132-40ccc94a466b h1:PnXGj/WjUnNI7O3AAjXIYs+8QXVRzgoxurEgVgsItrU= github.com/container-tools/go-containerregistry v0.7.1-0.20211124090132-40ccc94a466b/go.mod h1:6cMIl1RfryEiPzBE67OgtZdEiLWz4myqCQIiBMy3CsM= -github.com/container-tools/spectrum v0.4.0 h1:7CIOOOnCnlukLMx7vng1t5DlYn76zY81Qrm/SXfZhAw= -github.com/container-tools/spectrum v0.4.0/go.mod h1:nxoXaVMRNF1dS3Gp3dwE2CRYrt+nUM1p/1joIEheYJE= +github.com/container-tools/spectrum v0.5.0 h1:rmg10nlZo1oa3Vy5bdA1VokjRgLwEmgQilnBKKMeYoE= +github.com/container-tools/spectrum v0.5.0/go.mod h1:nxoXaVMRNF1dS3Gp3dwE2CRYrt+nUM1p/1joIEheYJE= github.com/containerd/aufs v0.0.0-20200908144142-dab0cbea06f4/go.mod h1:nukgQABAEopAHvB6j7cnP5zJ+/3aVcE7hCYqvIwAHyE= github.com/containerd/aufs v0.0.0-20201003224125-76a6863f2989/go.mod h1:AkGGQs9NM2vtYHaUen+NljV0/baGCAPELGm2q9ZXpWU= github.com/containerd/aufs v0.0.0-20210316121734-20793ff83c97/go.mod h1:kL5kd6KM5TzQjR79jljyi4olc1Vrx6XBlcyj3gNv2PU=