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 9f325b94e chore(deps): bump github.com/container-tools/spectrum 9f325b94e is described below commit 9f325b94eb5be0ff6642edd4591ac5871a84f998 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Jan 9 01:05:20 2023 +0000 chore(deps): bump github.com/container-tools/spectrum Bumps [github.com/container-tools/spectrum](https://github.com/container-tools/spectrum) from 0.3.11 to 0.4.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.3.11...v0.4.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 e89683e52..9fa9e6926 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.3.11 + github.com/container-tools/spectrum v0.4.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 dc9bea9c4..bef8ed7e5 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.3.11 h1:/WdvFJKqc9xweyG8ih/elM4BRbv1RxCjQPSSU5t4Flg= -github.com/container-tools/spectrum v0.3.11/go.mod h1:nxoXaVMRNF1dS3Gp3dwE2CRYrt+nUM1p/1joIEheYJE= +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/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=